hashi-stack/nomad/client.hcl

12 lines
185 B
HCL
Raw Normal View History

2020-05-19 06:37:21 +02:00
datacenter = "us-west-1"
data_dir = "/etc/nomad.d"
client {
enabled = true
servers = ["SERVERIP:4647"]
}
bind_addr = "0.0.0.0" # the default
consul {
address = "SERVERIP:8500"
}