open-nomad/dev/cluster/client1.hcl

21 lines
326 B
HCL
Raw Normal View History

2018-06-01 20:29:11 +00:00
# Increase log verbosity
log_level = "DEBUG"
# Setup data dir
data_dir = "/tmp/client1"
# Give the agent a unique name. Defaults to hostname
name = "client1"
# Enable the client
client {
enabled = true
server_join {
retry_join = ["127.0.0.1:4647", "127.0.0.1:5647", "127.0.0.1:6647"]
}
}
ports {
http = 7646
}