Remove vhost tag in zabbix conf

This commit is contained in:
Dryusdan 2020-06-22 17:01:08 +02:00
parent 09cdeb7168
commit 3ccd686548
1 changed files with 0 additions and 3 deletions

View File

@ -61,13 +61,11 @@
Content-Type: "application/json-rpc"
register: hostidquery
tags:
- vhost
- zabbix
- name: Parsing the get_site request to extract the hostid
set_fact: "z_hostid={{hostidquery.json.result.0.hostid}}"
tags:
- vhost
- zabbix
- name: Adding web scenarios (zabbix API handles the indepotency)
@ -82,7 +80,6 @@
with_items: "{{nginx_vhost}}"
when: "item.state == 'present'"
tags:
- vhost
- zabbix
- name: Adding associated triggers (zabbix API handles the indepotency)