Use CoreDNS to do recursive CNAME aliasing for AGH

This commit is contained in:
Jake Howard
2024-01-02 17:48:47 +00:00
parent 3ed7074af6
commit f5154d1683
4 changed files with 57 additions and 3 deletions

View File

@ -15,3 +15,17 @@
mode: "0600"
notify: restart adguardhome
become: true
- name: Install coredns
kewlfft.aur.aur:
name: coredns
become: true
- name: Install coredns config file
template:
src: files/Corefile
dest: /etc/coredns/Corefile
owner: coredns
mode: "0644"
notify: restart coredns
become: true