commit
This commit is contained in:
+5
-7
@@ -41,20 +41,18 @@
|
||||
- name: add ansible-pull cron job
|
||||
cron:
|
||||
name: ansible auto-provision
|
||||
become: true
|
||||
minute: "*/1"
|
||||
minute: "*/10"
|
||||
user: root
|
||||
job: "ansible-pull -o -U https://git.bitsathy.ac.in/ShankarMounesh/"
|
||||
|
||||
- name: add reboot cronjob
|
||||
cron:
|
||||
name: reboot machine every sunday
|
||||
become: true
|
||||
minute: "30"
|
||||
hour: "1"
|
||||
weekday: "0"
|
||||
minute: "*/8"
|
||||
# hour: "1"
|
||||
# weekday: "0"
|
||||
user: root
|
||||
job: "/usr/sbin/reboot"
|
||||
job: "reboot"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user