11 lines
277 B
YAML
11 lines
277 B
YAML
---
|
|
- name: Installer et configurer Pi-hole sur pi1
|
|
hosts: raspberries:&local
|
|
become: yes
|
|
vars:
|
|
|
|
pihole_custom_dns:
|
|
".arcodange.duckdns.org": "{{ hostvars['pi1'].preferred_ip }}"
|
|
".arcodange.lab": "{{ hostvars['pi1'].preferred_ip }}"
|
|
roles:
|
|
- pihole |