github.com/maier/nomad@v0.4.1-0.20161110003312-a9e3d0b8549d/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 }