Skip to content

Commit

Permalink
How to specify key file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamckn committed Nov 6, 2020
1 parent bf7debd commit bb380e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit bb380e7

Please sign in to comment.