nomad/ansible/templates/nomad-base.hcl.j2
2023-03-15 00:19:55 +00:00

10 lines
195 B
Django/Jinja
Executable file

datacenter = "{{ nomad_datacenter_name }}"
data_dir = "/opt/nomad"
bind_addr = "0.0.0.0"
advertise {
http = "{{ ansible_host }}"
rpc = "{{ ansible_host }}"
serf = "{{ ansible_host }}"
}