Merge remote-tracking branch 'remotes/origin/dev' into issue/140

This commit is contained in:
m0duspwnens
2020-05-15 15:21:03 -04:00
14 changed files with 127 additions and 90 deletions

View File

@@ -365,6 +365,17 @@ enable_minion_osquery_8080_{{ip}}:
- position: 1
- save: True
enable_minion_osquery_8090_{{ip}}:
iptables.insert:
- table: filter
- chain: DOCKER-USER
- jump: ACCEPT
- proto: tcp
- source: {{ ip }}
- dport: 8090
- position: 1
- save: True
enable_minion_wazuh_55000_{{ip}}:
iptables.insert:
- table: filter
@@ -828,4 +839,4 @@ enable_fleetnode_8090_{{ip}}:
{% endfor %}
{% endif %}
{% endif %}