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:
|
2025-07-10 14:06:53 -07:00
|
|
|
- name: Apply the base role to the nuc
|
2025-04-16 17:34:03 -07:00
|
|
|
ansible.builtin.include_role:
|
2025-07-10 14:06:53 -07:00
|
|
|
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
|