open-nomad/terraform/shared/config/nomad_client.hcl
2017-07-07 09:09:22 -07:00

18 lines
233 B
HCL

data_dir = "/opt/nomad/data"
bind_addr = "IP_ADDRESS"
name = "nomad@IP_ADDRESS"
# Enable the client
client {
enabled = true
}
consul {
address = "127.0.0.1:8500"
}
vault {
enabled = true
address = "vault.service.consul"
}