ba7e7413ef
Share base configuration for telemetry and consul. Have the server configurations respect the `var.server_count` config. Make changes recommended by `shellcheck` in the provisioning scripts for this section. Switch to OS/arch-tagged release bundles on S3 for compatibility with adding Windows builds in the near future.
18 lines
238 B
HCL
18 lines
238 B
HCL
client {
|
|
enabled = true
|
|
|
|
options {
|
|
"driver.raw_exec.enable" = "1"
|
|
"docker.privileged.enabled" = "true"
|
|
}
|
|
|
|
meta {
|
|
"rack" = "r2"
|
|
}
|
|
}
|
|
|
|
vault {
|
|
enabled = true
|
|
address = "http://active.vault.service.consul:8200"
|
|
}
|