You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/vault/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Role variables
29
29
* Optional
30
30
*`vault_bind_address`: Which IP address should Vault bind to (default: "127.0.0.1")
31
31
*`vault_api_addr`: Vault [API addr](https://www.vaultproject.io/docs/configuration#api_addr) - Full URL including protocol and port (default: "http://127.0.0.1:8200")
32
+
*`vault_init_addr`: Vault init addr (used only for initialisation purposes) - full URL including protocol and port (default: "http://127.0.0.1:8200")
32
33
*`consul_container.etc_hosts`: Dict; `{<hostname>:<ip_address>}` to be added to container /etc/host
33
34
s (default: Omitted)
34
35
* `vault_extra_volumes`: List of `"<host_location>:<container_mountpoint>"`
0 commit comments