Firewall Module - Add port for grafana

This commit is contained in:
Mike Reeves
2018-11-19 09:50:15 -05:00
parent 417bd6adf2
commit d70724d1f6

View File

@@ -324,6 +324,17 @@ enable_standard_analyst_443_{{ip}}:
- position: 1 - position: 1
- save: True - save: True
enable_standard_analyst_3000_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 3000
- position: 1
- save: True
#THIS IS TEMPORARY #THIS IS TEMPORARY
enable_standard_analyst_5601_{{ip}}: enable_standard_analyst_5601_{{ip}}:
iptables.insert: iptables.insert: