From f2d3298f14c4d71d973a7e82c2f0e76bb307ab9c Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 26 Jan 2023 13:54:52 -0500 Subject: [PATCH] allow nodes to connect to salt for manager and managersearch --- salt/firewall/assigned_hostgroups.map.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/salt/firewall/assigned_hostgroups.map.yaml b/salt/firewall/assigned_hostgroups.map.yaml index 6e249ec93..2950dc8be 100644 --- a/salt/firewall/assigned_hostgroups.map.yaml +++ b/salt/firewall/assigned_hostgroups.map.yaml @@ -133,6 +133,15 @@ role: localhost: portgroups: - {{ portgroups.all }} + sensors: + portgroups: + - {{ portgroups.salt_manager }} + searchnodes: + portgroups: + - {{ portgroups.salt_manager }} + heavynodes: + portgroups: + - {{ portgroups.salt_manager }} managersearch: chain: DOCKER-USER: @@ -196,6 +205,15 @@ role: localhost: portgroups: - {{ portgroups.all }} + sensors: + portgroups: + - {{ portgroups.salt_manager }} + searchnodes: + portgroups: + - {{ portgroups.salt_manager }} + heavynodes: + portgroups: + - {{ portgroups.salt_manager }} standalone: chain: DOCKER-USER: