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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,8 @@ Role variables
13
13
--------------
14
14
15
15
* Consul
16
-
* Mandatory
17
-
*`consul_bind_interface`: Which interface should be used for Consul
18
16
* Optional
17
+
*`consul_bind_interface`: Which interface should be used for Consul (default: "lo")
19
18
*`consul_docker_name`: Docker - under which name to run the Consul image (default: "consul")
20
19
*`consul_docker_image`: Docker image for Consul (default: "consul")
21
20
*`consul_docker_tag`: Docker image tag for Consul (default: "latest")
@@ -26,10 +25,10 @@ Role variables
26
25
* Vault
27
26
* Mandatory
28
27
*`vault_cluster_name`: Vault cluster name (e.g. "prod_cluster")
29
-
*`vault_api_addr`: Vault [API addr](https://www.vaultproject.io/docs/configuration#api_addr) - Full URL including protocol and port (e.g. "http://127.0.0.1:8200")
30
-
*`vault_bind_address`: Which IP address should Vault bind to
31
28
*`vault_config_dir`: Directory into which to bind mount Vault configuration
32
29
* Optional
30
+
*`vault_bind_address`: Which IP address should Vault bind to (default: "127.0.0.1")
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")
33
32
*`consul_container.etc_hosts`: Dict; `{<hostname>:<ip_address>}` to be added to container /etc/host
34
33
s (default: Omitted)
35
34
* `vault_extra_volumes`: List of `"<host_location>:<container_mountpoint>"`
0 commit comments