Sensoroni Master - Add Initial files

This commit is contained in:
Mike Reeves
2019-06-06 10:58:43 -04:00
parent 75753c8b27
commit 5630da5998
4 changed files with 2086 additions and 0 deletions
+23
View File
@@ -315,6 +315,17 @@ enable_forwardnode_beats_5044_{{ip}}:
- position: 1
- save: True
enable_forwardnode_sensoroni_9822_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 9822
- position: 1
- save: True
{% endfor %}
{% for ip in pillar.get('storage_nodes') %}
@@ -444,6 +455,18 @@ enable_standard_analyst_9001_{{ip}}:
- position: 1
- save: True
# This is temporary for sensoroni testing
enable_standard_analyst_9822_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 9822
- position: 1
- save: True
{% endfor %}
# Rules for storage nodes connecting to master