summaryrefslogtreecommitdiffstats
path: root/roles/os_firewall/defaults/main.yml
blob: c870a301a3615dd5e92627c5a928300ba990c933 (plain)
1
2
3
4
5
6
7
8
9
---
os_firewall_enabled: True
# TODO: Upstream kubernetes only supports iptables currently
# TODO: it might be possible to still use firewalld if we wire up the created
# chains with the public zone (or the zone associated with the correct
# interfaces)
os_firewall_use_firewalld: False
os_firewall_allow: []
os_firewall_deny: []