open-nomad/dist/server.hcl

13 lines
231 B
HCL
Raw Normal View History

bind_addr = "0.0.0.0"
data_dir = "/var/lib/nomad"
advertise {
# This should be the IP of THIS MACHINE and must be routable by every node
# in your cluster
rpc = "1.2.3.4:4647"
}
2015-12-02 19:33:44 +00:00
server {
enabled = true
bootstrap_expect = 3
}