Skip to content

Commit 17902a9

Browse files
WillDysonWilliam Dyson
andauthored
removed the ca_certs role (#72)
Signed-off-by: William Dyson <[email protected]> Co-authored-by: William Dyson <[email protected]>
1 parent 3de94ff commit 17902a9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

cluster.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -217,18 +217,6 @@
217217
# ENDBLOCK # Create Cluster Service Infrastructure
218218
# STARTBLOCK # Prepare TLS
219219

220-
- name: Fetch CA certificates
221-
hosts: ca_server
222-
become: yes
223-
gather_facts: no
224-
tasks:
225-
- ansible.builtin.include_role:
226-
name: cloudera.cluster.infrastructure.ca_certs
227-
tasks_from: fetch.yml
228-
tags:
229-
- fetch_ca
230-
- full_cluster
231-
232220
- name: Build TLS keystores and truststores
233221
hosts: tls
234222
become: yes

0 commit comments

Comments
 (0)