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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Role variables
22
22
* Optional
23
23
*`consul_bind_interface`: Which interface should be used for Consul (default: "lo")
24
24
*`consul_docker_name`: Docker - under which name to run the Consul image (default: "consul")
25
-
*`consul_docker_image`: Docker image for Consul (default: "consul")
25
+
*`consul_docker_image`: Docker image for Consul (default: "hashicorp/consul")
26
26
*`consul_docker_tag`: Docker image tag for Consul (default: "latest")
27
27
*`consul_docker_volume`: Docker volume name for Consul data (default: "consul_data")
28
28
*`consul_container.etc_hosts`: Dict of `{<hostname>:<ip_address>}` to be added to container /etc/hosts (default: Omitted)
@@ -36,6 +36,9 @@ Role variables
36
36
*`vault_bind_address`: Which IP address should Vault bind to (default: "127.0.0.1")
37
37
*`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")
38
38
*`vault_init_addr`: Vault init addr (used only for initialisation purposes) - full URL including protocol and port (default: "http://127.0.0.1:8200")
39
+
*`vault_docker_name`: Docker - under which name to run the Vault image (default: "vault")
40
+
*`vault_docker_image`: Docker image for Vault (default: "hashicorp/vault")
41
+
*`vault_docker_tag`: Docker image tag for Vault (default: "latest")
39
42
*`consul_container.etc_hosts`: Dict; `{<hostname>:<ip_address>}` to be added to container /etc/host
40
43
s (default: Omitted)
41
44
* `vault_extra_volumes`: List of `"<host_location>:<container_mountpoint>"`
0 commit comments