diff options
author | Andrew Butcher <abutcher@redhat.com> | 2018-01-29 15:29:33 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2018-02-01 16:57:43 -0500 |
commit | 76bbd06963b474237925b97893c2403b3feba496 (patch) | |
tree | 35b2409dbc6753270a0f595f4b2c79fbbfe3ea8f /playbooks/openshift-etcd/private/redeploy-ca.yml | |
parent | 6ee7a3baa0d46c3ab29050b61fea92ffb350ee35 (diff) | |
download | openshift-76bbd06963b474237925b97893c2403b3feba496.tar.gz openshift-76bbd06963b474237925b97893c2403b3feba496.tar.bz2 openshift-76bbd06963b474237925b97893c2403b3feba496.tar.xz openshift-76bbd06963b474237925b97893c2403b3feba496.zip |
Determine which etcd host is the etcd_ca_host rather than assume it is the first host in the etcd host group.
Diffstat (limited to 'playbooks/openshift-etcd/private/redeploy-ca.yml')
-rw-r--r-- | playbooks/openshift-etcd/private/redeploy-ca.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/openshift-etcd/private/redeploy-ca.yml b/playbooks/openshift-etcd/private/redeploy-ca.yml index a3acf6945..55409e503 100644 --- a/playbooks/openshift-etcd/private/redeploy-ca.yml +++ b/playbooks/openshift-etcd/private/redeploy-ca.yml @@ -45,7 +45,6 @@ tasks_from: distribute_ca.yml vars: etcd_sync_cert_dir: "{{ hostvars['localhost'].g_etcd_mktemp.stdout }}" - etcd_ca_host: "{{ groups.oo_etcd_to_config.0 }}" - import_playbook: restart.yml # Do not restart etcd when etcd certificates were previously expired. |