infra/ansible/nuc.yaml
shockrah ef4967cd88
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 5s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 20s
wari wari da it's so over ( im using ansible again )
:(((
2025-04-23 23:25:34 -07:00

21 lines
428 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
- name: Setup the docker based services
tags:
- services
ansible.builtin.include_role:
name: services
apply:
tags:
- services