File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ environments/*/secrets/**/*
1414# Leaving for now while PR is merged
1515environments /* /k8
1616# Meant to not break anything. Might remove later
17- environments /self-hosted -test
17+ environments /runnable-on-prem -test
1818* .retry
1919* .tfstate *
2020terraform /credentials.tfvars
Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ user_vault_host_address: user-vault
242242# local-vault
243243vault_local_port : 31836
244244vault_addr : http://127.0.0.1:{{ vault_local_port }}
245+ vault_consul_address : " consul.{{ domain }}"
245246
246247# userland
247248userland_host_address : userland
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ container_run_opts: >
2626 -p {{ ansible_default_ipv4.address }}:{{ consul_https_port }}:{{ consul_https_port }}
2727 --restart=always
2828
29+ storage_size_gb : 10
30+
2931container_run_args : >
3032 consul agent
3133 --config-file /consul.json
Original file line number Diff line number Diff line change 11name : vault
22
3- container_image : runnable/vault
3+ container_image : quay.io/ runnable/vault
44container_tag : v0.5.1
55hosted_ports : ["{{ vault_api_port }}"]
66
Original file line number Diff line number Diff line change 66 vault.hcl : |
77 backend "consul" {
88 advertise_addr = "{{ vault_url }}"
9- address = "consul. {{ domain }}"
9+ address = "{{ vault_consul_address }}"
1010 scheme = "http"
1111 path = "vault"
1212 }
You can’t perform that action at this time.
0 commit comments