mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-31 03:35:45 +02:00
Update to 2023-07-19 12:00
This commit is contained in:
@@ -73,6 +73,9 @@ client {
|
||||
"{{ server }}",
|
||||
{% endfor %}
|
||||
]
|
||||
{% if nomad_conf.client.node_pool is defined %}
|
||||
node_pool = "{{ nomad_conf.client.node_pool }}"
|
||||
{% endif %}
|
||||
{% for volume in nomad_conf.client.host_volumes %}
|
||||
host_volume "{{ volume.name }}" {
|
||||
path = "{{ volume.path }}"
|
||||
|
Reference in New Issue
Block a user