mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
20 lines
307 B
YAML
20 lines
307 B
YAML
---
|
|
|
|
nomad_packages:
|
|
- tar
|
|
- zstd
|
|
- unzip
|
|
- acl
|
|
- git
|
|
|
|
# Note : there's no package for the Docker driver as it'll pull the docker role already
|
|
nomad_task_driver_packages:
|
|
java:
|
|
- java-17-openjdk-headless
|
|
qemu:
|
|
- qemu-kvm
|
|
podman:
|
|
- podman
|
|
containerd-driver:
|
|
- containerd.io
|