initial pfannkuchen
This commit is contained in:
parent
b6dafc7a73
commit
4d305fa19f
99 changed files with 3575 additions and 321 deletions
9
roles/pihole_dns/tasks/main.yml
Normal file
9
roles/pihole_dns/tasks/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- name: Deploy Pi-hole custom DNS records
|
||||
ansible.builtin.template:
|
||||
src: custom.list.j2
|
||||
dest: "{{ pihole_custom_list }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
notify: reload pihole dns
|
||||
Loading…
Add table
Add a link
Reference in a new issue