From 43deb1f89e529cacc2dbd813f3753b667bbcdccd Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 19 Sep 2019 19:03:11 -0500 Subject: [PATCH] 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 --- hosts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts b/hosts index cd5c4d3..b7198ff 100644 --- a/hosts +++ b/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]