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:
parent
69612dffe5
commit
44951845e4
1 changed files with 0 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue