From: Jakub Czajka Date: Mon, 16 Oct 2023 23:32:52 +0000 (+0200) Subject: Document instructions for preparing the server for installation. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=14cfed0e2452ff8371191674792a3c0dea5cf910;p=turnup.git Document instructions for preparing the server for installation. --- 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= \