mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2022-07-21 01:00
This commit is contained in:
6
roles/nomad/tasks/conf.yml
Normal file
6
roles/nomad/tasks/conf.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- 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
|
Reference in New Issue
Block a user