From 14cfed0e2452ff8371191674792a3c0dea5cf910 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Tue, 17 Oct 2023 01:32:52 +0200 Subject: [PATCH] Document instructions for preparing the server for installation. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 6226871..88779e9 100644 --- a/README +++ b/README @@ -13,6 +13,14 @@ ansible-galaxy collection install ansible.posix Instructions ------------ +Copy SSH keys. + +``` +ssh-copy-id -i +``` + +Execute the playbook. + ``` ansible-playbook turnup.yaml --extra-vars @.yaml \ --extra-vars ssh_key= \ -- 2.39.5