mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-22 05:03:33 +02:00
7 lines
192 B
YAML
7 lines
192 B
YAML
---
|
|
|
|
- name: Deploy nomad configuration
|
|
template: src=nomad.json.j2 dest={{ nomad_root_dir }}/etc/nomad.json owner=root group={{ nomad_user }} mode=640
|
|
notify: restart nomad
|
|
tags: nomad
|