aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/nomad/templates/base.hcl.j2
blob: 7badecf9e0d41fb8d2d39c04ac650f13dfc20fa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
name = "{{ nomad_name }}"
region = "{{ nomad_region }}"
datacenter = "{{ nomad_datacenter }}"

bind_addr = "{{ nomad_bind_addr }}"
data_dir = "{{ nomad_data_dir }}"

enable_syslog = {{ nomad_syslog_enable | bool | lower }}
enable_debug = {{ nomad_enable_debug | bool | lower }}
disable_update_check = {{ nomad_disable_update_check | bool | lower }}
log_level = "{{ nomad_log_level }}"