server.hcl 210 B

123456789101112
  1. data_dir = "/var/lib/nomad"
  2. advertise {
  3. # This should be the IP of THIS MACHINE and must be routable by every node
  4. # in your cluster
  5. #rpc =
  6. }
  7. server {
  8. enabled = true
  9. bootstrap_expect = 3
  10. }