summaryrefslogtreecommitdiffstats
path: root/roles/os_firewall/tasks/main.yml
blob: 076e5e311641c221b10859b9bb68bc5fa6d9f2ea (plain)
1
2
3
4
5
6
---
- include: firewall/firewalld.yml
  when: os_firewall_enabled | bool and os_firewall_use_firewalld | bool

- include: firewall/iptables.yml
  when: os_firewall_enabled | bool and not os_firewall_use_firewalld | bool