Update to 2022-08-03 01:00

This commit is contained in:
Daniel Berteaud
2022-08-03 01:00:22 +02:00
parent e6e442e0fb
commit a11f21e9c6
8 changed files with 71 additions and 5 deletions

View File

@@ -62,6 +62,19 @@ nomad_base_conf:
# cni: macvlan,ipvlan
meta: {}
# List of enabled drivers, and their options. Valid ones are
# exec, raw_exec, docker, java.
task_drivers:
exec:
enabled: True
docker:
enabled: True
allow_privileged: True
raw_exec:
enabled: False
java:
enabled: False
# Server related settings
server:
# Should server be enabled