summaryrefslogtreecommitdiffstats
path: root/roles/os_firewall/defaults/main.yml
blob: f96a80f1c216bbd47ea84664bc8b311ae7f0f70b (plain)
1
2
3
4
5
---
os_firewall_enabled: True
# firewalld is not supported on Atomic Host
# https://bugzilla.redhat.com/show_bug.cgi?id=1403331
os_firewall_use_firewalld: "{{ False }}"