added cron and user taskbooks
This commit is contained in:
6
tasks/cron.yml
Normal file
6
tasks/cron.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: install cron job (ansible-pull)
|
||||
cron:
|
||||
user: ansible
|
||||
name: "ansible provision"
|
||||
minute: "*/10"
|
||||
job: "/usr/bin/ansible-pull -o -U https://github.com/jlacroix82/ansible_pull_tutorial.git > /dev/null"
|
||||
Reference in New Issue
Block a user