wescale / hashistack

Ansible collections for HashiCorp Vault-Consul-Nomad platform automation
MIT License
56 stars 32 forks source link

fix(vault): fix vault service fqdn #127

Closed gbloquel closed 7 months ago

gbloquel commented 8 months ago

When the task Check vault API avalability, the url returned is bad and the task fails.

Below the vars

This PR fixes the var hs_vault_service_fqdn .

aurelienmaury commented 7 months ago

If we are talking about defaults, the described cas implies that:

To avoid this duplication, you have to specify either your hs_vault_cluster_name or your desired hs_vault_service_fqdn to create a prettier URL.

As, most of the time, you won't desire having the vault service responding on the root of your public domain, I can't accept this modification, sorry.