summaryrefslogtreecommitdiffstats
path: root/roles/openshift_etcd_facts/vars/main.yml
blob: 6f38945659cc7d877a69267ccaa423bccc9c95ce (plain)
1
2
3
4
5
---
etcd_is_containerized: "{{ openshift.common.is_containerized }}"
etcd_is_atomic: "{{ openshift.common.is_atomic }}"
etcd_hostname: "{{ openshift.common.hostname }}"
etcd_ip: "{{ openshift.common.ip }}"