Files
infra/ansible/nuc.yaml

15 lines
380 B
YAML
Raw Normal View History

2025-04-16 17:34:03 -07:00
---
2025-05-26 01:10:00 -07:00
- name: Setup bare metal requirements for nomad
hosts: nigel.local
2025-04-16 17:34:03 -07:00
remote_user: nigel
tasks:
- name: Apply the base role to the nuc
2025-04-16 17:34:03 -07:00
ansible.builtin.include_role:
name: base
- name: Apply the k3s base role
ansible.builtin.include_role:
name: k3s
- name: Apply the proxy role
ansible.builtin.include_role:
name: proxy