open-nomad/terraform/shared/config/nomad.hcl

22 lines
314 B
HCL
Raw Normal View History

data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the server
server {
enabled = true
bootstrap_expect = SERVER_COUNT
}
consul {
address = "127.0.0.1:8500"
}
vault {
enabled = false
2017-06-25 17:09:54 +00:00
address = "vault.service.consul"
task_token_ttl = "1h"
create_from_role = "nomad-cluster"
token = ""
}