hosts: Remove references to zabbix-server
Having an empty (therefore undefined) group as the child of another
group causes Ansible to emit a "warning" (really an error) indicating
that it cannot parse the inventory file:
[WARNING]: * Failed to parse
/var/lib/jenkins/workspace/CfgMgmt/pyrocufflink/hosts with ini plugin:
/var/lib/jenkins/workspace/CfgMgmt/pyrocufflink/hosts:60: Section
[smtp- relay:children] includes undefined group: zabbix-server
This commit is contained in:
8
hosts
8
hosts
@@ -66,9 +66,6 @@ pyrocufflink-dns
|
||||
[ntpd]
|
||||
dc0.pyrocufflink.blue
|
||||
|
||||
[postgresql:children]
|
||||
zabbix-server
|
||||
|
||||
[public-web]
|
||||
web0.pyrocufflink.blue
|
||||
|
||||
@@ -104,17 +101,12 @@ dc0.pyrocufflink.blue
|
||||
[smtp-relay]
|
||||
smtp1.pyrocufflink.blue
|
||||
|
||||
[smtp-relay:children]
|
||||
zabbix-server
|
||||
|
||||
[squid]
|
||||
proxy0.pyrocufflink.blue
|
||||
|
||||
[taiga]
|
||||
taiga0.pyrocufflink.blue
|
||||
|
||||
|
||||
|
||||
[vm-hosts]
|
||||
|
||||
[wheelhost]
|
||||
|
||||
Reference in New Issue
Block a user