No description
Find a file
2023-12-14 01:43:38 +11:00
vars yeee 2023-12-12 08:54:05 +11:00
inventory bieg commit gonna do one final full run test 2023-12-12 07:22:35 +11:00
main.ansible.yml patch fro debian 12 2023-12-14 01:43:31 +11:00
README.md Update README.md 2023-12-13 03:07:19 +11:00

pihole-dnsovertls

Needs to be run on a existing working pihole installation(BARE INSTALLATION, NOT A DOCKER) might make something that works with docker later but that would be a pain cause i would have to do some funky stuff

install ansible on a linux machine(literally any with an internet connection)

your package manager will probably have a version

apt install ansible

yum install ansible

dnf install ansible

pacman -Syy ansible

zypper in ansible

if not follow this guide to install with pip 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

The requested password is the root password of the machine you are connecting to.