summaryrefslogtreecommitdiffstats
path: root/roles/openshift_common/vars/main.yml
blob: 9f657a2c7d7b5da52e8fdee5f3f1c1f0aaee725b (plain)
1
2
3
4
5
6
7
8
9
10
11
---
# TODO: Upstream kubernetes only supports iptables currently, if this changes,
# then these variable should be moved to defaults
# TODO: it might be possible to still use firewalld if we wire up the created
# chains with the public zone (or the zone associated with the correct
# interfaces)
os_firewall_use_firewalld: False

openshift_cert_parent_dir: /var/lib/openshift
openshift_cert_relative_dir: openshift.local.certificates
openshift_cert_dir: "{{ openshift_cert_parent_dir }}/{{ openshift_cert_relative_dir }}"