Allow to init iptables rules

This commit is contained in:
Alex Kotov 2021-09-15 04:30:43 +05:00
parent 77ec14c284
commit 8f22bec689
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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