From 70c95c7c7bc9246efcb958fe8ce019274d05b8f1 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 16 Sep 2022 13:31:23 -0400 Subject: [PATCH] Firewall Fun --- salt/firewall/soc_firewall.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/salt/firewall/soc_firewall.yaml b/salt/firewall/soc_firewall.yaml index d671a0674..eda5c9a5e 100644 --- a/salt/firewall/soc_firewall.yaml +++ b/salt/firewall/soc_firewall.yaml @@ -3,19 +3,28 @@ firewall: hosts: analyst_workstations: description: List of IP Addresses or CIDR blocks to allow analyst workstations. + global: True analyst: description: List of IP Addresses or CIDR blocks to allow analyst connections. + global: True standalone: description: List of IP Addresses or CIDR blocks to allow standalone connections. + global: True eval: description: List of IP Addresses or CIDR blocks to allow eval connections. + global: True idh: description: List of IP Addresses or CIDR blocks to allow idh connections. + global: True manager: description: List of IP Addresses or CIDR blocks to allow manager connections. + global: True heavynode: description: List of IP Addresses or CIDR blocks to allow heavynode connections. + global: True searchnode: description: List of IP Addresses or CIDR blocks to allow searchnode connections. + global: True receiver: - description: List of IP Addresses or CIDR blocks to allow receiver connections. \ No newline at end of file + description: List of IP Addresses or CIDR blocks to allow receiver connections. + global: True