Skip to content
Snippets Groups Projects
Commit c687c906 authored by Milan Čermák's avatar Milan Čermák
Browse files

Small fixes

parent 33fb403d
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ Configuration options (needs to be set in [group_vars/all/main.yml](group_vars/a
Provisioning steps (use `zsh` of `bash` according to your shell):
```bash
ssh-agent <ssh or bash>
ssh-add ~/.ssh/<SSH_PRIVATE_KEY>
ansible-playbook -i "<SERVER_IP>," --private-key ~/.ssh/<SSH_PRIVATE_KEY> -u <USERNAME> playbook.yml
ssh-agent bash
ssh-add <SSH_PRIVATE_KEY>
ansible-playbook -i "<SERVER_IP>," --private-key <SSH_PRIVATE_KEY> -u <USERNAME> playbook.yml
ssh-agent -k
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment