From 47faee48a6a01083d41f09ca6b2d3ad6518ba0e1 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 14 Aug 2020 15:58:59 -0400 Subject: [PATCH] heavynode firewall rules --- salt/firewall/assigned_hostgroups.map.yaml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/salt/firewall/assigned_hostgroups.map.yaml b/salt/firewall/assigned_hostgroups.map.yaml index b6dd7b9bc..f7f87eb5f 100644 --- a/salt/firewall/assigned_hostgroups.map.yaml +++ b/salt/firewall/assigned_hostgroups.map.yaml @@ -442,16 +442,24 @@ role: chain: DOCKER-USER: hostgroups: - self: + manager: portgroups: - - {{ portgroups.redis }} - - {{ portgroups.beats_5044 }} - - {{ portgroups.beats_5644 }} + - {{ portgroups.elasticsearch_node }} + dockernet: + portgroups: + - {{ portgroups.elasticsearch_node }} + - {{ portgroups.elasticsearch_rest }} + elasticsearch_rest: + portgroups: + - {{ portgroups.elasticsearch_rest }} INPUT: hostgroups: anywhere: portgroups: - {{ portgroups.ssh }} + dockernet: + portgroups: + - {{ portgroups.all }} localhost: portgroups: - {{ portgroups.all }}