Firewall Module - Removed permissions for analyst role

This commit is contained in:
Mike Reeves
2019-01-10 14:07:13 -05:00
parent e79f5ef3be
commit 4f0d204c21

View File

@@ -391,29 +391,6 @@ enable_standard_analyst_3000_{{ip}}:
- position: 1
- save: True
#THIS IS TEMPORARY
enable_standard_analyst_5601_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 5601
- position: 1
- save: True
#THIS IS TEMPORARY
enable_standard_analyst_8080_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 8080
- position: 1
- save: True
{% endfor %}
# Rules for storage nodes connecting to master