ensure ca.pem makes it to multi-masters
This commit is contained in:
parent
96c63cc0b6
commit
5253b3ec13
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue