Firewall Module - Add mysql access

This commit is contained in:
Mike Reeves
2018-12-03 20:29:22 -05:00
parent 8667cad374
commit 8c77d74efe

View File

@@ -166,6 +166,17 @@ enable_masternode_influxdb_8086_{{ip}}:
- position: 1 - position: 1
- save: True - save: True
enable_masternode_mysql_3036_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 3306
- position: 1
- save: True
{% endfor %} {% endfor %}
# Make it so all the minions can talk to salt and update etc. # Make it so all the minions can talk to salt and update etc.