From bb380e7b3c409c2eae23b73253856f634315bc3a Mon Sep 17 00:00:00 2001 From: iamckn Date: Fri, 6 Nov 2020 13:05:14 +0300 Subject: [PATCH] How to specify key file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a6bb0..da50e1d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ ansible-playbook wireguard.yml -u root -k -i hosts If you're using an SSH key for authentication run this instead ```bash -ansible-playbook wireguard.yml -u root -i hosts +ansible-playbook wireguard.yml -u root -i hosts --key-file /path/to/keyfile ``` Give it a few minutes and the server set up will be complete.