Update firewall rules to allow minions to connect

This commit is contained in:
Mike Reeves
2020-05-15 13:59:07 -04:00
committed by GitHub
parent 10896c1add
commit 7e1016ff07

View File

@@ -364,6 +364,17 @@ enable_minion_osquery_8080_{{ip}}:
- position: 1
- save: True
enable_minion_osquery_8090_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 8090
- position: 1
- save: True
enable_minion_wazuh_55000_{{ip}}:
iptables.insert:
- table: filter