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.
23 lines
316 B
HCL
23 lines
316 B
HCL
# Enable the client
|
|
client {
|
|
enabled = true
|
|
|
|
options {
|
|
"driver.raw_exec.enable" = "1"
|
|
"docker.privileged.enabled" = "true"
|
|
}
|
|
|
|
meta {
|
|
"rack" = "r1"
|
|
}
|
|
|
|
host_volume "shared_data" {
|
|
path = "/tmp/data"
|
|
}
|
|
}
|
|
|
|
vault {
|
|
enabled = true
|
|
address = "http://active.vault.service.consul:8200"
|
|
}
|