mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
breakout cron role
This commit is contained in:
parent
27064030a3
commit
157805398d
3 changed files with 1 additions and 5 deletions
|
|
@ -3,6 +3,7 @@
|
|||
become: yes
|
||||
roles:
|
||||
- { role: base, tags: ['base'] }
|
||||
- { role: cron, tags: ['cron'] }
|
||||
- { role: grsec, tags: ['grsec'] }
|
||||
- { role: ssh, tags: ['ssh'] }
|
||||
- { role: dotfiles, tags: ['dotfiles'] }
|
||||
|
|
|
|||
|
|
@ -13,4 +13,3 @@
|
|||
- include: user.yml
|
||||
- include: sudo.yml
|
||||
- include: packages.yml
|
||||
- include: cron.yml
|
||||
|
|
|
|||
|
|
@ -1,10 +1,6 @@
|
|||
---
|
||||
- name: Install cronie
|
||||
pacman: name=cronie state=present
|
||||
tags:
|
||||
- cron
|
||||
|
||||
- name: Enable cronie
|
||||
service: name=cronie.service enabled=yes state=started
|
||||
tags:
|
||||
- cron
|
||||
Loading…
Add table
Add a link
Reference in a new issue