Merge pull request #7738 from Security-Onion-Solutions/feature/idh-allow-multiple-int

Include firewall state
This commit is contained in:
Josh Brower
2022-04-07 14:52:31 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
include: include:
- idh.openssh.config - idh.openssh.config
- firewall
# If True, block IDH Services from accepting connections on Managment IP # If True, block IDH Services from accepting connections on Managment IP

View File

@@ -499,7 +499,7 @@ base:
- ssl - ssl
- sensoroni - sensoroni
- telegraf - telegraf
- firewall # It's important that this state runs before the IDH state, since the IDH state (optionally) inserts BLOCK rules at position 1 - firewall
{%- if WAZUH != 0 %} {%- if WAZUH != 0 %}
- wazuh - wazuh
{%- endif %} {%- endif %}