infra/ansible/nomad.yaml
shockrah 77590b067a
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 6s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 17s
Create the static host volume for the new NFS
2025-06-18 17:08:00 -07:00

10 lines
204 B
YAML

---
- name: Setup all the responsibilities of the nomad server
hosts: nigel.local
remote_user: nigel
tasks:
- name: Apply the nomad role
ansible.builtin.include_role:
name: nomad