mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-07-23 14:00
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
---
|
||||
|
||||
- name: Deploy nomad configuration
|
||||
template: src=nomad.json.j2 dest={{ nomad_root_dir }}/etc/nomad.json owner=root group={{ nomad_user }} mode=640
|
||||
template:
|
||||
src: nomad.json.j2
|
||||
dest: "{{ nomad_root_dir }}/etc/nomad.json"
|
||||
owner: root
|
||||
group: "{{ nomad_user }}"
|
||||
mode: 640
|
||||
validate: nomad config validate %s
|
||||
notify: restart nomad
|
||||
tags: nomad
|
||||
|
Reference in New Issue
Block a user