From 9408404b991ebe61bfdcc900c801d8770959e98b Mon Sep 17 00:00:00 2001 From: Shankar Mounesh Date: Sun, 12 Jun 2022 18:41:23 +0530 Subject: [PATCH] added ansible-pull cron job --- proxmox.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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/" +