podman and nomad stuff
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-11 13:37:02 +01:00
parent 154db99ee3
commit 075c7170cd
5 changed files with 104 additions and 5 deletions

View File

@@ -3,4 +3,18 @@
state: present
name:
- nomad
- nomad-driver-podman
- nomad-driver-podman
- name: Configure Nomad telemetry
register: conf_update
copy:
src: telemetry.hcl
dest: /etc/nomad.d/telemetry.hcl
- name: Configure Nomad
register: conf_update
template:
src: files/nomad.hcl.j2
dest: /tmp/nomad.hcl