forked from infra/ansible
proxies: adjust zabbix template name
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7688d6da70
commit
6ccaaca78d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue