Skip to content
Snippets Groups Projects
Commit 5253b3ec authored by Spencer Smith's avatar Spencer Smith
Browse files

ensure ca.pem makes it to multi-masters

parent 96c63cc0
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
notify: set secret_changed notify: set secret_changed
- set_fact: - set_fact:
master_certs: ['ca-key.pem', 'admin.pem', 'admin-key.pem', 'apiserver-key.pem', 'apiserver.pem'] master_certs: ['ca.pem', 'ca-key.pem', 'admin.pem', 'admin-key.pem', 'apiserver-key.pem', 'apiserver.pem']
node_certs: ['ca.pem', 'node.pem', 'node-key.pem'] node_certs: ['ca.pem', 'node.pem', 'node-key.pem']
- name: certs | Get the certs from first master - name: certs | Get the certs from first master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment