main.yml 465 B

12345678910
  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 }}"
  6. etcd_cert_subdir: "etcd-{{ openshift.common.hostname }}"
  7. etcd_cert_prefix:
  8. etcd_cert_config_dir: "{{ '/etc/etcd' if not openshift.common.is_etcd_system_container | bool else '/var/lib/etcd/etcd.etcd/etc' }}"
  9. etcd_peer_url_scheme: https
  10. etcd_url_scheme: https