Allow to init iptables rules
This commit is contained in:
parent
77ec14c284
commit
8f22bec689
3 changed files with 10 additions and 2 deletions
|
@ -3,6 +3,10 @@ iptables__state: install
|
|||
iptables__drop_by_default: false
|
||||
iptables__allow_output_ifaces: []
|
||||
|
||||
iptables__v4_filter_init: null
|
||||
iptables__v6_filter_init: null
|
||||
iptables__all_filter_init: null
|
||||
|
||||
iptables__v4_filter_prepend: null
|
||||
iptables__v6_filter_prepend: null
|
||||
iptables__all_filter_prepend: null
|
||||
|
|
|
@ -29,8 +29,10 @@ COMMIT
|
|||
-F
|
||||
-X
|
||||
|
||||
{{ iptables__v4_filter_prepend }}
|
||||
{{ iptables__v4_filter_init }}
|
||||
{{ iptables__all_filter_init }}
|
||||
|
||||
{{ iptables__v4_filter_prepend }}
|
||||
{{ iptables__all_filter_prepend }}
|
||||
|
||||
# Allow all loopback (lo) traffic and reject anything
|
||||
|
|
|
@ -29,8 +29,10 @@ COMMIT
|
|||
-F
|
||||
-X
|
||||
|
||||
{{ iptables__v6_filter_prepend }}
|
||||
{{ iptables__v4_filter_init }}
|
||||
{{ iptables__all_filter_init }}
|
||||
|
||||
{{ iptables__v4_filter_prepend }}
|
||||
{{ iptables__all_filter_prepend }}
|
||||
|
||||
# Allow all loopback (lo) traffic and reject anything
|
||||
|
|
Loading…
Add table
Reference in a new issue