infra/ansible/nuc.yaml
shockrah 826d334c3c
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 15s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 37s
Completing the state required to setup k3s
2025-07-10 14:06:53 -07:00

15 lines
400 B
YAML

---
- name: Setup bare metal requirements for nomad
hosts: nigel.local
remote_user: nigel
tasks:
- name: Apply the base role to the nuc
ansible.builtin.include_role:
name: base
- name: Ensure nomad fixes are applied to the nuc
ansible.builtin.include_role:
name: nomad
- name: Apply the proxy role
ansible.builtin.include_role:
name: proxy