2015-12-03 07:18:10 +00: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"
|
|
|
|
}
|
|
|
|
|
2015-12-02 19:33:44 +00:00
|
|
|
server {
|
|
|
|
enabled = true
|
|
|
|
bootstrap_expect = 3
|
|
|
|
}
|