infra/ansible/nuc.yaml
shockrah 2bbc9095f7
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 3s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 16s
Removing services role as it's being replaced by terraform
2025-04-23 22:14:50 -07:00

13 lines
240 B
YAML

---
- hosts: nigel.local
remote_user: nigel
tasks:
- name: Setup basic role on nigel
tags:
- setup
ansible.builtin.include_role:
name: local-server-head
apply:
tags:
- setup