Skip to content
Snippets Groups Projects
Commit 3acc42c5 authored by Hassan Zamani's avatar Hassan Zamani Committed by GitHub
Browse files

Use etcd_access_addresses for vault_etcd_url

parent c766bd07
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ vault_image_tag: "{{ vault_version }}" ...@@ -42,7 +42,7 @@ vault_image_tag: "{{ vault_version }}"
vault_bind_address: 0.0.0.0 vault_bind_address: 0.0.0.0
vault_port: 8200 vault_port: 8200
vault_etcd_url: "https://{{ hostvars[groups.etcd[0]]['ip']|d(hostvars[groups.etcd[0]]['ansible_default_ipv4']['address']) }}:2379" vault_etcd_url: "{{ etcd_access_addresses }}"
vault_default_lease_ttl: 720h vault_default_lease_ttl: 720h
vault_max_lease_ttl: 87600h vault_max_lease_ttl: 87600h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment