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