infra/ansible/host_vars/sedan.minhas.io/nomad.yml

11 lines
189 B
YAML
Raw Normal View History

---
nomad_meta_values:
- { name: "long_lived", value: "true" }
nomad_ug_map:
- { name: "jenkins", id: "15000" }
nomad_bind_mounts:
- { path: /opt/jenkins_home, owner: jenkins }
...