mirror of
https://github.com/Expand-sys/pihole-dnsovertls
synced 2025-12-17 07:52:14 +11:00
16 lines
480 B
Markdown
16 lines
480 B
Markdown
# pihole-dnsovertls
|
|
|
|
install ansible on a linux machine(literally any with an internet connection)
|
|
|
|
https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html
|
|
|
|
|
|
```git clone https://github.com/Expand-sys/pihole-dnsovertls```
|
|
|
|
```cd pihole-dnsovertls```
|
|
|
|
Edit `inventory` to be the ipaddress of your pihole server
|
|
|
|
Edit `vars/default.yml` to have your chosen domain name and your email for ssl certs
|
|
|
|
```ansible-playbook -i inventory main.ansible.yml -k```
|