mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-01 16:00
This commit is contained in:
@@ -2,6 +2,16 @@ data_dir = "{{ nomad_root_dir }}/data"
|
||||
log_level = "{{ nomad_conf.log_level }}"
|
||||
bind_addr = "0.0.0.0"
|
||||
|
||||
{% if nomad_conf.datacenter is defined %}
|
||||
datacenter = "{{ nomad_conf.datacenter }}"
|
||||
{% endif %}
|
||||
|
||||
{% if nomad_conf.name is defined %}
|
||||
name = {{ nomad_conf.name }}
|
||||
{% endif %}
|
||||
|
||||
disable_update_check = true
|
||||
|
||||
advertise {
|
||||
{% for service in nomad_services.keys() | list %}
|
||||
{% if nomad_services[service].advertise is defined %}
|
||||
|
Reference in New Issue
Block a user