Cortex - initial commit

This commit is contained in:
Josh Brower
2019-11-01 18:39:51 -04:00
parent 783a9cd102
commit b6c77ba695
8 changed files with 261 additions and 13 deletions

View File

@@ -264,6 +264,17 @@ enable_master_navigator_4200_{{ip}}:
- dport: 4200
- position: 1
- save: True
enable_master_cortex_9001_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 9001
- position: 1
- save: True
{% endfor %}