Update README.md

This commit is contained in:
Expand-sys 2023-12-13 03:07:19 +11:00 committed by GitHub
parent 756f26960a
commit 4ec766edeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
# pihole-dnsovertls # 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) install ansible on a linux machine(literally any with an internet connection)
your package manager will probably have a version your package manager will probably have a version
@ -27,3 +29,5 @@ 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 Edit `vars/default.yml` to have your chosen domain name and your email for ssl certs
```ansible-playbook -i inventory main.ansible.yml -k``` ```ansible-playbook -i inventory main.ansible.yml -k```
The requested password is the root password of the machine you are connecting to.