config.yml 354 B

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