From 7636206d12ee982c5c239c46278168afff5e0283 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Sat, 20 Jun 2020 18:25:59 -0500 Subject: [PATCH] nagios: nuke bastion02.iad2 from here for now Signed-off-by: Rick Elrod --- .../templates/nagios/hostgroups/vpnclients.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/nagios_server/templates/nagios/hostgroups/vpnclients.cfg.j2 b/roles/nagios_server/templates/nagios/hostgroups/vpnclients.cfg.j2 index d3111e50a8..69c3d3bd01 100644 --- a/roles/nagios_server/templates/nagios/hostgroups/vpnclients.cfg.j2 +++ b/roles/nagios_server/templates/nagios/hostgroups/vpnclients.cfg.j2 @@ -3,6 +3,6 @@ define hostgroup { hostgroup_name vpnclients alias vpnclients - members !bastion02.iad2.fedoraproject.org, {% for host in groups['all']|sort %}{% if ( hostvars[host].vpn == true ) and ( hostvars[host].nagios_Can_Connect == true ) %}{{host}},{% endif %} {% endfor %} - + members {% for host in groups['all']|sort %}{% if ( hostvars[host].vpn == true ) and ( hostvars[host].nagios_Can_Connect == true ) %}{{host}},{% endif %} {% endfor %} +# TODO: Add bastion02.iad2.fedoraproject.org above when it exists. }