podman and nomad stuff

This commit is contained in:
2024-12-11 13:37:02 +01:00
parent d91d85d01d
commit cefb1e3a38
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