Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,18 +206,6 @@
# ENDBLOCK # Create Cluster Service Infrastructure
# STARTBLOCK # Prepare TLS

- name: Fetch CA certificates
hosts: ca_server
become: yes
gather_facts: no
tasks:
- ansible.builtin.include_role:
name: cloudera.cluster.infrastructure.ca_certs
tasks_from: fetch.yml
tags:
- fetch_ca
- full_cluster

- name: Build TLS keystores and truststores
hosts: tls
become: yes
Expand Down