configurations-ansible/extra-playbooks/pi-hole.yml

7 lines
133 B
YAML

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