From 3e9fa8abe566263c1c45a40f7c68a74d7bd68eca Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 23 Dec 2020 04:16:49 +0000 Subject: [PATCH] update README --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dd58c50..382dc65 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ playbook](local.yml). ## Install ansible on Linux ```bash -sudo apt install -y python3 -pyhton3 -m pip install ansible +sudo apt install -y ansible ``` ## Install ansible on macOS @@ -26,9 +25,6 @@ brew install ansible # Installation Steps: -1. Create an SSH key with (e.g. with - `ssh-keygen -t ed25519 -C "$(whoami)@$(hostname)"`) and register it. -1. Add a preliminary `~/.ssh/config` to reach `git.schauenburg.me` at the correct port. 1. Clone the repo. 1. Play the `local.yml` ansible playbook. 1. Decrypt key & initialize git-crypt to access sensitive data. @@ -36,9 +32,7 @@ Steps: Gimme the code: ```bash -ssh-keygen -t ed25519 -C "$(whoami)@$(hostname)" -echo -e "Host git.schauenburg.me\nUser git\nPort 587" >>~/.ssh/config -git clone git@git.schauenburg.me:fernando/dotfiles.git $HOME/.dotfiles +git clone https://git.schauenburg.me/fernando/dotfiles.git $HOME/.dotfiles cd $HOME/.dotfiles ansible-playbook local.yml gpg -d --output - <(base64 -d .key) | git crypt unlock -