add Cyberchef

This commit is contained in:
Wes Lambert
2019-11-12 22:50:00 +00:00
parent b2113403dc
commit e364638a62
4 changed files with 38 additions and 0 deletions

View File

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