Skip to content

Commit fef31a7

Browse files
committed
Improve documentation of role variables
1 parent c4e8ae9 commit fef31a7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

roles/vault/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Role variables
2222
* Optional
2323
* `consul_bind_interface`: Which interface should be used for Consul (default: "lo")
2424
* `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")
2626
* `consul_docker_tag`: Docker image tag for Consul (default: "latest")
2727
* `consul_docker_volume`: Docker volume name for Consul data (default: "consul_data")
2828
* `consul_container.etc_hosts`: Dict of `{<hostname>:<ip_address>}` to be added to container /etc/hosts (default: Omitted)
@@ -36,6 +36,9 @@ Role variables
3636
* `vault_bind_address`: Which IP address should Vault bind to (default: "127.0.0.1")
3737
* `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")
3838
* `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")
3942
* `consul_container.etc_hosts`: Dict; `{<hostname>:<ip_address>}` to be added to container /etc/host
4043
s (default: Omitted)
4144
* `vault_extra_volumes`: List of `"<host_location>:<container_mountpoint>"`

0 commit comments

Comments
 (0)