ansible-nomad/templates/config.hcl.j2
2022-03-13 16:03:33 +01:00

23 lines
319 B
Django/Jinja

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"
}