terraform/vendor/github.com/hashicorp/nomad/dist/server.hcl

13 lines
231 B
HCL
Raw Normal View History

2016-10-24 08:15:30 +02:00
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"
}
server {
enabled = true
bootstrap_expect = 3
}