nomad/ansible/templates/nomad-base.hcl.j2
2023-03-18 13:13:16 +00:00

10 lines
195 B
Django/Jinja

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