main.yml 330 B

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