|
@@ -31,7 +31,7 @@
|
|
- name: Generate new etcd CA
|
|
- name: Generate new etcd CA
|
|
hosts: oo_first_etcd
|
|
hosts: oo_first_etcd
|
|
roles:
|
|
roles:
|
|
- - role: etcd_ca
|
|
|
|
|
|
+ - role: openshift_etcd_ca
|
|
etcd_peers: "{{ groups.oo_etcd_to_config | default([], true) }}"
|
|
etcd_peers: "{{ groups.oo_etcd_to_config | default([], true) }}"
|
|
etcd_ca_host: "{{ groups.oo_etcd_to_config.0 }}"
|
|
etcd_ca_host: "{{ groups.oo_etcd_to_config.0 }}"
|
|
etcd_certificates_etcd_hosts: "{{ groups.oo_etcd_to_config | default([], true) }}"
|
|
etcd_certificates_etcd_hosts: "{{ groups.oo_etcd_to_config | default([], true) }}"
|