8be403f47b
Match the configuration directory layout we're using for Consul and other services. Make recommended changes from `shellcheck` for this section of the provisioning script.
13 lines
329 B
HCL
13 lines
329 B
HCL
backend "consul" {
|
|
path = "vault/"
|
|
address = "{{ GetPrivateIP }}:8500"
|
|
cluster_addr = "https://{{ GetPrivateIP }}:8201"
|
|
redirect_addr = "http://{{ GetPrivateIP }}:8200"
|
|
}
|
|
|
|
listener "tcp" {
|
|
address = "{{ GetPrivateIP }}:8200"
|
|
cluster_address = "{{ GetPrivateIP }}:8201"
|
|
tls_disable = 1
|
|
}
|