added ansible-pull cron job

This commit is contained in:
Shankar Mounesh
2022-06-12 18:41:23 +05:30
parent 535c4f0d5c
commit 9408404b99
+7
View File
@@ -52,3 +52,10 @@
user: ansible user: ansible
job: "reboot" job: "reboot"
- name: add ansible-pull cron job
cron:
name: ansible auto-provision
minutes: "*"
user: ansible
job: "ansible-pull -o -U https://git.bitsathy.ac.in/ShankarMounesh/"