main.yml 522 B

1234567891011
  1. ---
  2. # TODO: Upstream kubernetes only supports iptables currently, if this changes,
  3. # then these variable should be moved to defaults
  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. openshift_cert_parent_dir: /var/lib/openshift
  9. openshift_cert_relative_dir: openshift.local.certificates
  10. openshift_cert_dir: "{{ openshift_cert_parent_dir }}/{{ openshift_cert_relative_dir }}"