Switched to nginx proxy manager
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
@@ -10,3 +10,12 @@
|
||||
- "{{ docker_dir }}/pihole/etc-pihole/"
|
||||
- "{{ docker_dir }}/pihole/etc-dnsmasq.d/"
|
||||
become: true
|
||||
|
||||
|
||||
- name: Copy wildcard config
|
||||
template:
|
||||
owner: "{{ puid }}"
|
||||
src: "templates/common/pihole/etc-dnsmasq/02-wildcard-dns.conf"
|
||||
dest: "{{ docker_dir }}/pihole/etc-dnsmasq.d/02-wildcard-dns.conf"
|
||||
mode: '660'
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user