main.yml 220 B

123456
  1. ---
  2. - include: firewall/firewalld.yml
  3. when: os_firewall_enabled | bool and os_firewall_use_firewalld | bool
  4. - include: firewall/iptables.yml
  5. when: os_firewall_enabled | bool and not os_firewall_use_firewalld | bool