diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2017-03-06 10:48:57 -0800 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2017-03-08 10:21:31 -0800 |
commit | f1f466dda5365bd365259dc47db258d7926c63f6 (patch) | |
tree | aa12c85b0bb15563b9d9f52304e644e64c3388dc /playbooks/common/openshift-cluster | |
parent | 237cdc575ba30d2ccfd080c12d8b405efbc82e29 (diff) | |
download | openshift-f1f466dda5365bd365259dc47db258d7926c63f6.tar.gz openshift-f1f466dda5365bd365259dc47db258d7926c63f6.tar.bz2 openshift-f1f466dda5365bd365259dc47db258d7926c63f6.tar.xz openshift-f1f466dda5365bd365259dc47db258d7926c63f6.zip |
New role
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/redeploy-certificates/ca.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/redeploy-certificates/ca.yml b/playbooks/common/openshift-cluster/redeploy-certificates/ca.yml index 2af699209..cbb4a2434 100644 --- a/playbooks/common/openshift-cluster/redeploy-certificates/ca.yml +++ b/playbooks/common/openshift-cluster/redeploy-certificates/ca.yml @@ -31,7 +31,7 @@ - name: Generate new etcd CA hosts: oo_first_etcd roles: - - role: etcd_ca + - role: openshift_etcd_ca etcd_peers: "{{ groups.oo_etcd_to_config | default([], true) }}" etcd_ca_host: "{{ groups.oo_etcd_to_config.0 }}" etcd_certificates_etcd_hosts: "{{ groups.oo_etcd_to_config | default([], true) }}" |