Fixing reference to vault leader url (#1569)

This commit is contained in:
Brad Beam 2017-08-24 15:21:39 -05:00 committed by Matthew Mosesohn
parent 01ce09f343
commit 4550dccb84

View file

@ -22,6 +22,12 @@
inventory_hostname == groups.vault|first and
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
# Ensure PKI mount exists