mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-22 05:03:33 +02:00
13 lines
259 B
YAML
13 lines
259 B
YAML
---
|
|
|
|
- name: Deploy nomad configuration
|
|
template:
|
|
src: nomad.hcl.j2
|
|
dest: "{{ nomad_root_dir }}/etc/nomad.hcl"
|
|
owner: root
|
|
group: "{{ nomad_user }}"
|
|
mode: 0640
|
|
validate: nomad config validate %s
|
|
notify: restart nomad
|
|
tags: nomad
|