1
0
Fork 0
forked from infra/ansible

Zabbix: remove incorrect run_once directives from proxy monitoring

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe 2026-05-28 11:33:34 +01:00
commit 44951845e4
Signed by: gwmngilfen
SSH key fingerprint: SHA256:dNHcz65ApR68w2TkCIAXDBdt4oNL62Fyx48U7dXWuk0

View file

@ -65,12 +65,10 @@
host_name: "{{ inventory_hostname }}"
link_templates: Proxy checks
force: false
run_once: true
- name: Add self to Proxy internal checks template in Zabbix
community.zabbix.zabbix_host:
host_name: "{{ inventory_hostname }}"
link_templates: Proxy checks - internal
force: false
run_once: true
when: "'proxies_rdu3' in group_names"