config.yml 446 B

123456789101112
  1. ---
  2. - name: Configure etcd
  3. hosts: oo_etcd_to_config
  4. any_errors_fatal: true
  5. roles:
  6. - role: os_firewall
  7. - role: openshift_etcd
  8. etcd_peers: "{{ groups.oo_etcd_to_config | default([], true) }}"
  9. etcd_ca_host: "{{ groups.oo_etcd_to_config.0 }}"
  10. etcd_certificates_etcd_hosts: "{{ groups.oo_etcd_to_config | default([], true) }}"
  11. r_etcd_common_etcd_runtime: "{{ openshift.common.etcd_runtime }}"
  12. - role: nickhammond.logrotate