summaryrefslogtreecommitdiffstats
path: root/roles/openshift_etcd_facts/vars/main.yml
blob: d716c950546e5a471b1ccfa904099d4c2afbb954 (plain)
1
2
3
4
5
6
7
8
9
10
---
etcd_is_containerized: "{{ openshift_is_containerized | bool }}"
etcd_is_atomic: "{{ openshift_is_atomic }}"
etcd_hostname: "{{ openshift.common.hostname }}"
etcd_ip: "{{ openshift.common.ip }}"
etcd_cert_subdir: "etcd-{{ openshift.common.hostname }}"
etcd_cert_prefix:
etcd_cert_config_dir: "/etc/etcd"
etcd_peer_url_scheme: https
etcd_url_scheme: https