Update to 2022-07-23 14:00

This commit is contained in:
Daniel Berteaud
2022-07-23 14:00:15 +02:00
parent 5d2e9f2e70
commit d44b7ae506
7 changed files with 37 additions and 11 deletions

View File

@@ -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