1
0
Fork 0
forked from infra/ansible

proxies: adjust zabbix template name

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-05-15 09:57:29 -07:00
commit 6ccaaca78d

View file

@ -130,12 +130,12 @@
- httpd/proxy
- zabbix_api
block:
- name: Import Proxy HTTPd checks template
- name: Import Proxy checks template
community.zabbix.zabbix_template:
template_yaml: "{{ lookup('file', 'zabbix-template.yml') }}"
state: present
- name: Add self to Proxy checks template in Zabbix
community.zabbix.zabbix_host:
host_name: "{{ inventory_hostname }}"
link_templates: Proxy HTTPd checks
link_templates: Proxy checks
force: false