diff --git a/README.md b/README.md index 4800c59..ce93d02 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ # pihole-dnsovertls + +```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```