mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Merge branch 'reposync' of https://github.com/Security-Onion-Solutions/securityonion into reposync
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
{% from 'allowed_states.map.jinja' import allowed_states %}
|
{% from 'allowed_states.map.jinja' import allowed_states %}
|
||||||
{% if sls in allowed_states %}
|
{% if sls in allowed_states %}
|
||||||
|
|
||||||
|
disable_firewalld:
|
||||||
|
service.dead:
|
||||||
|
- name: firewalld
|
||||||
|
- enable: False
|
||||||
|
|
||||||
create_sysconfig_iptables:
|
create_sysconfig_iptables:
|
||||||
file.touch:
|
file.touch:
|
||||||
- name: /etc/sysconfig/iptables
|
- name: /etc/sysconfig/iptables
|
||||||
|
|||||||
Reference in New Issue
Block a user