podman and nomad stuff
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user