Update to 2022-08-03 16:00

This commit is contained in:
Daniel Berteaud
2022-08-03 16:00:16 +02:00
parent a11f21e9c6
commit 5715cdb046
18 changed files with 198 additions and 11 deletions

View File

@@ -7,6 +7,13 @@ nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/noma
# Expected sha256 of the archive
nomad_archive_sha256: fc6b3800935c621633d98148ea30737ab8ac1f698020f45b28b07ac61fbf4a96
# List of plugins to install
nomad_plugins:
podman:
version: 0.4.0
archive_url: https://releases.hashicorp.com/nomad-driver-podman/0.4.0/nomad-driver-podman_0.4.0_linux_amd64.zip
sha256: f905f9c38db8cec1542b92f69233488d5bf94e30fe9a0fae9ac03b30c1e2cfea
# Root dir where Nomad will be installed
nomad_root_dir: /opt/nomad
@@ -62,8 +69,7 @@ nomad_base_conf:
# cni: macvlan,ipvlan
meta: {}
# List of enabled drivers, and their options. Valid ones are
# exec, raw_exec, docker, java.
# List of enabled drivers, and their options.
task_drivers:
exec:
enabled: True
@@ -74,6 +80,10 @@ nomad_base_conf:
enabled: False
java:
enabled: False
qemu:
enabled: False
podman:
enabled: False # Note on EL8, it cannot be used with docker as there are package conflicts, see https://bugs.centos.org/view.php?id=16892
# Server related settings
server: