From 7cac3c3e80b191cc840da6763c4414dab786729a Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:59:17 +1100 Subject: [PATCH 1/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ce93d02..a7d96ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # pihole-dnsovertls +install ansible on a linux machine(literally any with an internet connection) + ```git clone https://github.com/Expand-sys/pihole-dnsovertls``` ```cd pihole-dnsovertls``` From 78102f49f1b7c4978a0523256627b90c8ece0287 Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:59:57 +1100 Subject: [PATCH 2/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a7d96ca..324114e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ 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``` From 09aa6770216f4d563b466583fba29a9c8849da3c Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:02:23 +1100 Subject: [PATCH 3/5] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 324114e..9f4073a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ 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 From 756f26960a2012a21ac7dfd6808a15506beafb6f Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:02:41 +1100 Subject: [PATCH 4/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f4073a..2de1c9d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ 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 From 4ec766edeb7646efb77e16fda6f989965ac1c5e1 Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Wed, 13 Dec 2023 03:07:19 +1100 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2de1c9d..9a8fa4a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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 @@ -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 ```ansible-playbook -i inventory main.ansible.yml -k``` + +The requested password is the root password of the machine you are connecting to.