]> git.ekhem.eu.org Git - turnup.git/commitdiff
Document instructions for preparing the server for installation.
authorJakub Czajka <jakub@ekhem.eu.org>
Mon, 16 Oct 2023 23:32:52 +0000 (01:32 +0200)
committerJakub Czajka <jczajka@google.com>
Sun, 24 Dec 2023 18:46:45 +0000 (19:46 +0100)
README

diff --git a/README b/README
index 6226871178e0bb694085f4b687207e684f368a4c..88779e9f430c47fa73721818f4b6a34af20b6077 100644 (file)
--- a/README
+++ b/README
@@ -13,6 +13,14 @@ ansible-galaxy collection install ansible.posix
 Instructions
 ------------
 
+Copy SSH keys.
+
+```
+ssh-copy-id -i <path_to_ssh_key> <server_ip>
+```
+
+Execute the playbook.
+
 ```
 ansible-playbook turnup.yaml --extra-vars @<credentials_file>.yaml \
   --extra-vars ssh_key=<path_to_ssh_public_key> \