main.yml 206 B

12345
  1. ---
  2. etcd_is_containerized: "{{ openshift.common.is_containerized }}"
  3. etcd_is_atomic: "{{ openshift.common.is_atomic }}"
  4. etcd_hostname: "{{ openshift.common.hostname }}"
  5. etcd_ip: "{{ openshift.common.ip }}"