Update update-patchmon.yml

This commit is contained in:
2026-02-25 18:37:45 -05:00
parent 69d596dab5
commit 856942bfaf

View File

@@ -7,8 +7,8 @@
- name: Update patchmon_server port in config
ansible.builtin.replace:
path: /etc/patchmon/config.yml
regexp: 'patchmon_server:\s*http://100\.65\.112\.126:3399'
replace: 'patchmon_server: http://192.168.1.67:3001'
regexp: 'patchmon_server:\s*http://192\.168\.1\.67:3001'
replace: 'patchmon_server: http://100.65.112.126:3001'
backup: no
notify: Restart patchmon-agent