infra/ansible/nuc.yaml
shockrah 75b7f2fa3d
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 16s
Unreal amounts of linter fixes
2025-05-26 01:10:00 -07:00

13 lines
271 B
YAML

---
- name: Setup bare metal requirements for nomad
hosts: nigel.local
remote_user: nigel
tasks:
- name: Setup basic role on nigel
tags:
- setup
- nomad
- volumes
ansible.builtin.include_role:
name: local-server-head