From 34404f5114b2dda87c53c59ada089a38fe2369bc Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:00:50 +1100 Subject: [PATCH 1/3] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4178832..7b57a5a 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ # ansibleteleportsetup +basic ansible script to set up Teleport.sh + +Change options in `vars/default.yml` + +Edit `inventory` to have the ip address of the server you want to install on. + +Run below command +`ansible-playbook -i inventory main.yml -k` + +hey presto! isnt ansible great! From a1524ca21a66e0543777b06dab8f58cd88d09491 Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:01:11 +1100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b57a5a..9e8aa4d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ basic ansible script to set up Teleport.sh Change options in `vars/default.yml` -Edit `inventory` to have the ip address of the server you want to install on. +Edit `inventory` to have the ip address of the server and clients you want to install on. Run below command `ansible-playbook -i inventory main.yml -k` From ad611a2651a0d67295e2f95d0ded63ac899daed6 Mon Sep 17 00:00:00 2001 From: Expand-sys <79956551+Expand-sys@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:02:23 +1100 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e8aa4d..23441a8 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ Run below command `ansible-playbook -i inventory main.yml -k` hey presto! isnt ansible great! +btw you can run the same script to update, just edit the `vars/default` to have the new version number :)