From 75d73e4620aeac460e98f0f48317b4e8b6ef2707 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 26 Jan 2023 15:35:22 -0500 Subject: [PATCH] add yum portgroups for amnager --- salt/firewall/assigned_hostgroups.map.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/salt/firewall/assigned_hostgroups.map.yaml b/salt/firewall/assigned_hostgroups.map.yaml index fc0a629e7..3fd3fd1f3 100644 --- a/salt/firewall/assigned_hostgroups.map.yaml +++ b/salt/firewall/assigned_hostgroups.map.yaml @@ -87,16 +87,19 @@ role: - {{ portgroups.beats_5644 }} - {{ portgroups.elastic_agent_control }} - {{ portgroups.elastic_agent_data }} + - {{ portgroups.yum }} searchnodes: portgroups: - {{ portgroups.redis }} - {{ portgroups.elasticsearch_node }} - {{ portgroups.beats_5644 }} + - {{ portgroups.yum }} heavynodes: portgroups: - {{ portgroups.redis }} - {{ portgroups.elasticsearch_node }} - {{ portgroups.beats_5644 }} + - {{ portgroups.yum }} self: portgroups: - {{ portgroups.syslog}} @@ -161,14 +164,17 @@ role: - {{ portgroups.beats_5644 }} - {{ portgroups.elastic_agent_control }} - {{ portgroups.elastic_agent_data }} + - {{ portgroups.yum }} searchnodes: portgroups: - {{ portgroups.redis }} - {{ portgroups.elasticsearch_node }} + - {{ portgroups.yum }} heavynodes: portgroups: - {{ portgroups.redis }} - {{ portgroups.elasticsearch_node }} + - {{ portgroups.yum }} self: portgroups: - {{ portgroups.syslog}}