Firewall Module - Add new beats port for hh traffic

This commit is contained in:
Mike Reeves
2019-06-10 18:48:05 -04:00
parent 9c1e128ca0
commit c2f1bb919e

View File

@@ -315,6 +315,17 @@ enable_forwardnode_beats_5044_{{ip}}:
- position: 1
- save: True
enable_forwardnode_beats_5644_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 5644
- position: 1
- save: True
enable_forwardnode_sensoroni_9822_{{ip}}:
iptables.insert:
- table: filter