From b04fcdb642c9c0140b41e96aeb5deac149f4912a Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 22 Mar 2026 20:02:05 -0400 Subject: [PATCH] Delete update-patchmon.yml --- update-patchmon.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 update-patchmon.yml diff --git a/update-patchmon.yml b/update-patchmon.yml deleted file mode 100644 index bc306d2..0000000 --- a/update-patchmon.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -- name: Update Patchmon server port and report - hosts: all - become: true - - tasks: - - name: Update patchmon_server port in config - ansible.builtin.replace: - path: /etc/patchmon/config.yml - regexp: 'patchmon_server:\s*http://192\.168\.1\.67:3001' - replace: 'patchmon_server: http://100.65.112.126:3001' - backup: no - notify: Restart patchmon - - - name: Run patchmon-agent report - ansible.builtin.command: patchmon-agent report - changed_when: false - - handlers: - - name: Restart patchmon - ansible.builtin.service: - name: patchmon - state: restarted \ No newline at end of file