nomad/ansible/templates/nomad-client.hcl
2023-03-15 00:19:55 +00:00

18 lines
190 B
HCL
Executable file

client {
enabled = true
}
plugin "raw_exec" {
config {
enabled = true
}
}
plugin "docker" {
config {
allow_privileged = true
volumes {
enabled = true
}
}
}