diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 16:32:38 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-21 15:05:23 -0500 |
commit | d448704c0e67494387d80c2fa2348d25e848c8d3 (patch) | |
tree | f88c034a0da1c7bc7f9c42c1e07ea1a216bde22b /playbooks/common/openshift-node/certificates.yml | |
parent | 8d12df4b390832664f0be2d9955440bdeb00bb29 (diff) | |
download | openshift-d448704c0e67494387d80c2fa2348d25e848c8d3.tar.gz openshift-d448704c0e67494387d80c2fa2348d25e848c8d3.tar.bz2 openshift-d448704c0e67494387d80c2fa2348d25e848c8d3.tar.xz openshift-d448704c0e67494387d80c2fa2348d25e848c8d3.zip |
Playbook Consolidation - openshift-node
Diffstat (limited to 'playbooks/common/openshift-node/certificates.yml')
-rw-r--r-- | playbooks/common/openshift-node/certificates.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/playbooks/common/openshift-node/certificates.yml b/playbooks/common/openshift-node/certificates.yml deleted file mode 100644 index 908885ee6..000000000 --- a/playbooks/common/openshift-node/certificates.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- name: Create OpenShift certificates for node hosts - hosts: oo_nodes_to_config - gather_facts: no - roles: - - role: openshift_node_certificates - openshift_ca_host: "{{ groups.oo_first_master.0 }}" - when: not openshift_node_bootstrap | default(false) | bool |