ansible-nomad/templates/config.hcl.j2

23 lines
319 B
Plaintext
Raw Normal View History

2022-03-13 15:03:33 +00:00
data_dir = "{{ nomad_data_dir}}"
bind_addr = "{{ nomad_bind_addr }}"
datacenter = "{{ nomad_datacenter }}"
server {
enabled = true
bootstrap_expect = {{ nomad_bootstrap_expect }}
}
client {
enabled = true
}
plugin "raw_exec" {
config {
enabled = true
}
}
consul {
address = "127.0.0.1:8500"
}