PKCS8 Fix Attempt #1

This commit is contained in:
Mike Reeves
2018-10-09 10:32:08 -04:00
parent 774b0a91ba
commit 0be926715d
6 changed files with 49 additions and 7 deletions
+27
View File
@@ -212,6 +212,33 @@ enable_standard_beats_5044_{{ip}}:
{% endfor %}
# Allow Analysts
{% for ip in pillar.get('analyst') %}
enable_standard_analyst_80_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 80
- position: 1
- save: True
enable_standard_analyst_443_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 443
- position: 1
- save: True
{% endfor %}
# Rules for storage nodes connecting to master