diff --git a/proxmox.yml b/proxmox.yml index 441e998..3982c4e 100644 --- a/proxmox.yml +++ b/proxmox.yml @@ -52,3 +52,10 @@ user: ansible 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/" +