commit
This commit is contained in:
+12
-9
@@ -38,15 +38,6 @@
|
|||||||
- name: dist upgrade
|
- name: dist upgrade
|
||||||
apt: upgrade=dist
|
apt: upgrade=dist
|
||||||
|
|
||||||
- name: add reboot cronjob
|
|
||||||
cron:
|
|
||||||
name: reboot machine every sunday
|
|
||||||
become: true
|
|
||||||
minute: "30"
|
|
||||||
hour: "1"
|
|
||||||
user: root
|
|
||||||
job: "reboot"
|
|
||||||
|
|
||||||
- name: add ansible-pull cron job
|
- name: add ansible-pull cron job
|
||||||
cron:
|
cron:
|
||||||
name: ansible auto-provision
|
name: ansible auto-provision
|
||||||
@@ -55,3 +46,15 @@
|
|||||||
user: root
|
user: root
|
||||||
job: "ansible-pull -o -U https://git.bitsathy.ac.in/ShankarMounesh/"
|
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"
|
||||||
|
user: root
|
||||||
|
job: "/usr/sbin/reboot"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user