IDH - Initial firewall support

This commit is contained in:
Josh Brower
2022-02-17 15:54:20 -05:00
parent 6c124733b5
commit f995d0768f
5 changed files with 22 additions and 2 deletions
@@ -660,6 +660,10 @@ role:
anywhere:
portgroups:
- {{ portgroups.ssh }}
{% set idh_services = salt['pillar.get']('idh:services', []) %}
{% for service in idh_services %}
- {{ portgroups.service }}
{% endfor %}
dockernet:
portgroups:
- {{ portgroups.all }}
+9
View File
@@ -48,6 +48,15 @@ firewall:
fleet_webui:
tcp:
- 443
ftp:
tcp:
- 21
git:
tcp:
- 9418
http:
tcp:
- 80
influxdb:
tcp:
- 8086