diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-02-02 13:46:41 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-02-02 13:46:41 -0500 |
commit | 8729ef23ff37a51a8c13a825e740171bbeed0031 (patch) | |
tree | bad309bd3d166a95a6235ced0a809775a1d53e26 /playbooks | |
parent | 28df951a35946b42aa5497cabec220258bb9074f (diff) | |
download | openshift-8729ef23ff37a51a8c13a825e740171bbeed0031.tar.gz openshift-8729ef23ff37a51a8c13a825e740171bbeed0031.tar.bz2 openshift-8729ef23ff37a51a8c13a825e740171bbeed0031.tar.xz openshift-8729ef23ff37a51a8c13a825e740171bbeed0031.zip |
Do not apply the etcd_certificates role during node playbook.
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/common/openshift-node/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml index 81ec9ab6d..e07de0e99 100644 --- a/playbooks/common/openshift-node/config.yml +++ b/playbooks/common/openshift-node/config.yml @@ -80,6 +80,7 @@ when: etcd_client_flannel_certs_missing is defined and etcd_client_flannel_certs_missing roles: - role: etcd_certificates + when: openshift_use_flannel | default(false) | bool post_tasks: - name: Create a tarball of the etcd flannel certs command: > |