Update to 2022-07-29 15:00

This commit is contained in:
Daniel Berteaud
2022-07-29 15:00:16 +02:00
parent 2737485b20
commit f44895157e
14 changed files with 83 additions and 50 deletions

View File

@@ -2,11 +2,11 @@
- name: Deploy nomad configuration
template:
src: nomad.json.j2
dest: "{{ nomad_root_dir }}/etc/nomad.json"
src: nomad.hcl.j2
dest: "{{ nomad_root_dir }}/etc/nomad.hcl"
owner: root
group: "{{ nomad_user }}"
mode: 640
mode: 0640
validate: nomad config validate %s
notify: restart nomad
tags: nomad