]> git.ekhem.eu.org Git - turnup.git/commitdiff
Document server connection instructions. main
authorJakub Czajka <jakub@ekhem.eu.org>
Mon, 4 Dec 2023 10:32:49 +0000 (11:32 +0100)
committerJakub Czajka <jczajka@google.com>
Sun, 24 Dec 2023 18:46:45 +0000 (19:46 +0100)
README

diff --git a/README b/README
index 0f22b9a99430285ef9d3cb6c1473cfea06a89883..3c572c3deeafe0edc031b1b186f91bc033875d88 100644 (file)
--- a/README
+++ b/README
@@ -13,6 +13,14 @@ ansible-galaxy collection install ansible.posix
 Instructions
 ------------
 
 Instructions
 ------------
 
+Prepare server connection.
+
+```
+ssh-copy-id <ip_address>
+```
+
+Run the playbook.
+
 ```
 ansible-playbook turnup.yaml \
   --extra-vars token=<path_to_token_json> \
 ```
 ansible-playbook turnup.yaml \
   --extra-vars token=<path_to_token_json> \