mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 19:58:07 +03:00
Fix vault setup partially (#1531)
This does not address per-node certs and scheduler/proxy/controller-manager component certs which are now required. This should be handled in a follow-up patch.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
---
|
||||
|
||||
- name: cluster/unseal | Current sealed state
|
||||
debug: " Sealed? {{vault_is_sealed}}"
|
||||
|
||||
- name: cluster/unseal | Unseal Vault
|
||||
uri:
|
||||
url: "https://localhost:{{ vault_port }}/v1/sys/unseal"
|
||||
|
||||
Reference in New Issue
Block a user