From fa1757e70a10a3b979b9edddaeac554483d497db Mon Sep 17 00:00:00 2001 From: Shankar Mounesh Date: Sun, 12 Jun 2022 20:53:25 +0530 Subject: [PATCH] commit --- proxmox.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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"