From 5188250cfce6c9adb02e253b6bc71cc412f5e3d2 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 19 Jun 2018 20:39:08 -0500 Subject: [PATCH] hosts: Add dch-gw to zabbix group The gateway device is now monitored by Zabbix. Adding it to the *zabbix* group ensures that the Zabbix agent is installed and configured correctly. Because the *zabbix-agent* role has a task to configure FirewallD, the `host_uses_firewalld` variable needs to be set to `false` for *gw0*, since it does not use FirewallD. --- host_vars/gw0/main.yml | 1 + hosts | 1 + 2 files changed, 2 insertions(+) create mode 100644 host_vars/gw0/main.yml diff --git a/host_vars/gw0/main.yml b/host_vars/gw0/main.yml new file mode 100644 index 0000000..0c78839 --- /dev/null +++ b/host_vars/gw0/main.yml @@ -0,0 +1 @@ +host_uses_firewalld: false diff --git a/hosts b/hosts index ad0cdfc..08450d3 100644 --- a/hosts +++ b/hosts @@ -67,4 +67,5 @@ zabbix-server zbx0.pyrocufflink.blue [zabbix:children] +dch-gw pyrocufflink