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
Allow the full vault_vip_address to be specified (#5)
* Use http if no vault tls key defined
* Use full url rather than just addess
* Catch vault_bind_url in vault_config
* Use vault_api_addr not vault_vip_address
* Allow backwards compatible variable names
Copy file name to clipboardExpand all lines: roles/vault/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ Role variables
18
18
* Vault
19
19
* Mandatory
20
20
*`vault_cluster_name`: Vault cluster name (e.g. "prod_cluster")
21
+
*`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")
21
22
*`vault_bind_address`: Which IP address should Vault bind to
22
-
*`vault_vip_address`: Under which IP address Vault should be available (this role does not deploy keepalived)
23
23
*`vault_tls_key`: Path to TLS key to use by Vault
24
24
*`vault_tls_cert`: Path to TLS cert to use by Vault
25
25
*`vault_config_dir`: Directory into which to bind mount Vault configuration
@@ -73,7 +73,7 @@ Example playbook (used with OpenStack Kayobe)
0 commit comments