mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-25 22:41:53 +08:00
zabbix: reorder zabbix tasks, create hostgroup before templates
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
@@ -12,14 +12,14 @@
|
||||
ansible_zabbix_url_path: "" # If Zabbix WebUI runs on non-default (zabbix) path ,e.g. http://<FQDN>/zabbixeu
|
||||
|
||||
|
||||
- include_tasks: templates.yml
|
||||
tags:
|
||||
- zabbix_templates
|
||||
|
||||
- include_tasks: hostgroups.yml
|
||||
tags:
|
||||
- zabbix_hostgroups
|
||||
|
||||
- include_tasks: templates.yml
|
||||
tags:
|
||||
- zabbix_templates
|
||||
|
||||
- include_tasks: add_hosts_to_hostgroups.yml
|
||||
tags:
|
||||
- zabbix_add_hosts_to_hostgroups
|
||||
|
||||
Reference in New Issue
Block a user