mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 18:55:34 +02:00
Update to 2023-07-19 12:00
This commit is contained in:
@@ -62,6 +62,10 @@ nomad_base_conf:
|
||||
client:
|
||||
# Should client be enabled
|
||||
enabled: "{{ (inventory_hostname in nomad_servers | map('regex_replace', ':\\d+$', '')) | ternary(False, True) }}"
|
||||
|
||||
# Node pool
|
||||
# node_pool: gateways
|
||||
|
||||
# host_volumes:
|
||||
# - name: mysql
|
||||
# path: /data/mysql
|
||||
|
Reference in New Issue
Block a user