From a3602c9eb9cf39b1c60d2ac28d29b5b55143daa2 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Tue, 8 Feb 2022 08:24:15 -0500 Subject: [PATCH] Initial support - IDH Node --- salt/firewall/assigned_hostgroups.map.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/salt/firewall/assigned_hostgroups.map.yaml b/salt/firewall/assigned_hostgroups.map.yaml index e2fbfc737..4964f5071 100644 --- a/salt/firewall/assigned_hostgroups.map.yaml +++ b/salt/firewall/assigned_hostgroups.map.yaml @@ -653,3 +653,16 @@ role: localhost: portgroups: - {{ portgroups.all }} + idh: + chain: + INPUT: + hostgroups: + anywhere: + portgroups: + - {{ portgroups.ssh }} + dockernet: + portgroups: + - {{ portgroups.all }} + localhost: + portgroups: + - {{ portgroups.all }} \ No newline at end of file