7 lines
192 B
YAML
Raw Normal View History

2022-07-21 01:00:17 +02:00
---
- 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