iptables/defaults/main.yml

60 lines
1.6 KiB
YAML

---
iptables__state: install
iptables__drop_by_default: false
iptables__allow_output_ifaces: []
iptables__ssh_port: 22
iptables__ssh_ifaces: []
#############
# NAT table #
#############
iptables__nat_v4: null
iptables__nat_v6: null
iptables__nat_all: null
################
# Filter table #
################
iptables__filter_prepend0_v4: null
iptables__filter_prepend0_v6: null
iptables__filter_prepend0_all: null
iptables__filter_prepend1_v4: null
iptables__filter_prepend1_v6: null
iptables__filter_prepend1_all: null
iptables__filter_prepend2_v4: null
iptables__filter_prepend2_v6: null
iptables__filter_prepend2_all: null
iptables__filter_append0_v4: null
iptables__filter_append0_v6: null
iptables__filter_append0_all: null
iptables__filter_append1_v4: null
iptables__filter_append1_v6: null
iptables__filter_append1_all: null
iptables__filter_append2_v4: null
iptables__filter_append2_v6: null
iptables__filter_append2_all: null
iptables__filter_ssh_before_v4: null
iptables__filter_ssh_before_v6: null
iptables__filter_ssh_before_all: null
iptables__filter_ssh_after_v4: null
iptables__filter_ssh_after_v6: null
iptables__filter_ssh_after_all: null
iptables__filter_loop_before_v4: null
iptables__filter_loop_before_v6: null
iptables__filter_loop_before_all: null
iptables__filter_loop_after_v4: null
iptables__filter_loop_after_v6: null
iptables__filter_loop_after_all: null
iptables__filter_out_before_v4: null
iptables__filter_out_before_v6: null
iptables__filter_out_before_all: null
iptables__filter_out_after_v4: null
iptables__filter_out_after_v6: null
iptables__filter_out_after_all: null