Files
homelab/ansible/playbooks/day1_docker.yml
2026-05-25 20:21:24 -05:00

8 lines
126 B
YAML

---
- name: Apply common role
hosts: "{{ target | default('all') }}"
become: true
roles:
- common
- docker-host