github.com/ncodes/nomad@v0.5.7-0.20170403112158-97adf4a74fb3/dist/server.hcl (about) 1 bind_addr = "0.0.0.0" 2 data_dir = "/var/lib/nomad" 3 4 advertise { 5 # This should be the IP of THIS MACHINE and must be routable by every node 6 # in your cluster 7 rpc = "1.2.3.4:4647" 8 } 9 10 server { 11 enabled = true 12 bootstrap_expect = 3 13 }