configurations-ansible/pi-hole.yml

7 lines
133 B
YAML
Raw Normal View History

2022-11-21 16:52:36 +01:00
---
- name: "Setup the target for pi-hole"
hosts: "{{ target if target is defined else 'planets' }}"
roles:
- role: pi-hole