mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Fixing reference to vault leader url (#1569)
This commit is contained in:
committed by
Matthew Mosesohn
parent
01ce09f343
commit
4550dccb84
@@ -22,6 +22,12 @@
|
|||||||
inventory_hostname == groups.vault|first and
|
inventory_hostname == groups.vault|first and
|
||||||
not vault_cluster_is_initialized
|
not vault_cluster_is_initialized
|
||||||
|
|
||||||
|
# Set vault_leader_url for all nodes based on above
|
||||||
|
- name: vault | bootstrap
|
||||||
|
set_fact:
|
||||||
|
vault_leader_url: "{{ hostvars[groups.vault|first]['vault_leader_url'] }}"
|
||||||
|
when: not vault_cluster_is_initialized
|
||||||
|
|
||||||
# NOTE: The next 2 steps run against temp Vault and long-term Vault
|
# NOTE: The next 2 steps run against temp Vault and long-term Vault
|
||||||
|
|
||||||
# Ensure PKI mount exists
|
# Ensure PKI mount exists
|
||||||
|
|||||||
Reference in New Issue
Block a user