Firewall Module - Remove extra influxdb ports

This commit is contained in:
Mike Reeves
2019-01-10 14:12:41 -05:00
parent b688c8783d
commit 6d5b9c46cf

View File

@@ -255,19 +255,6 @@ enable_salt_minions_3142_{{ip}}:
- position: 1 - position: 1
- save: True - save: True
# Allow Influx DB access to minions so they can send in stats
#enable_minion_influxdb_8083_{{ip}}:
# iptables.insert:
# - table: filter
# - chain: DOCKER-USER
# - jump: ACCEPT
# - proto: tcp
# - source: {{ ip }}
# - dport: 8083
# - position: 1
# - save: True
enable_minions_influxdb_8086_{{ip}}: enable_minions_influxdb_8086_{{ip}}:
iptables.insert: iptables.insert:
- table: filter - table: filter