diff --git a/proxmox.yml b/proxmox.yml index 7776ab7..9fce4a3 100644 --- a/proxmox.yml +++ b/proxmox.yml @@ -37,24 +37,22 @@ - name: dist upgrade apt: upgrade=dist - + - 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"