From e3270b7cb7f4b2c6aa24898e6c4cbf049f9a1ef4 Mon Sep 17 00:00:00 2001 From: "Pellegrino, Michael" Date: Fri, 15 Oct 2021 10:22:44 -0400 Subject: [PATCH] change git url to use unauthenticated https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a08fc7f..e1fe15a 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ The Goal is to evenually be able to be a turnkey solution to spin up a "real" ne * execute _**sudo apt update -y**_ * Designate one of the Pi's to be the "main" device and do the following * execute _**sudo apt install -y ansible sshpass git**_ - * execute _**git clone ssh://git@git.dsfinancial.comcast.net:/home/git/dsfin-ansible.git**_ - pw C*******9 + * execute _**git clone https://git.dsfinancial.comcast.net/mikepell/dsfin-ansible.git**_ * execute _**cd ansible**_ * execute _**ansible-galaxy collection install -r requirements.yml**_ * execute _**nano hosts**_ and follow the instructions in that file to add all of your Pi devices