configurations-ansible/pi-hole.yml
2022-11-21 16:52:36 +01:00

6 lines
133 B
YAML

---
- name: "Setup the target for pi-hole"
hosts: "{{ target if target is defined else 'planets' }}"
roles:
- role: pi-hole