iptables/defaults/main.yml

11 lines
276 B
YAML
Raw Normal View History

2021-09-12 13:28:46 +00:00
---
iptables__state: install
iptables__drop_by_default: false
iptables__allow_output_ifaces: []
iptables__v4_filter_prepend: null
iptables__v4_filter_append: null
2021-09-12 13:38:53 +00:00
iptables__v4_nat: null
2021-09-12 13:28:46 +00:00
iptables__v6_filter_prepend: null
iptables__v6_filter_append: null
2021-09-12 13:38:53 +00:00
iptables__v6_nat: null