homelab/ansible/group_vars/all/nomad
vincent a0214d0d74
All checks were successful
continuous-integration/drone/push Build is passing
allow nomad privileged on all
2024-01-13 18:36:27 +01:00

10 lines
331 B
Plaintext

nomad_docker_allow_caps:
- NET_ADMIN
- NET_BROADCAST
- NET_RAW
nomad_allow_privileged: True
nomad_vault_enabled: true
nomad_vault_address: "http://active.vault.service.{{consul_domain}}:8200"
nomad_vault_role: "nomad-cluster"
nomad_docker_extra_labels: ["job_name", "task_group_name", "task_name", "namespace", "node_name"]