mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
Fix typo
This commit is contained in:
parent
a6f85df295
commit
71ccf19f25
@ -65,7 +65,7 @@ You can execute `ansible-playbook` commands as per normal now.
|
|||||||
### If you don't use SSH keys for authentication
|
### If you don't use SSH keys for authentication
|
||||||
|
|
||||||
If you don't use SSH keys for authentication, simply remove that whole line (`-v $HOME/.ssh/id_rsa:/root/.ssh/id_rsa:ro`).
|
If you don't use SSH keys for authentication, simply remove that whole line (`-v $HOME/.ssh/id_rsa:/root/.ssh/id_rsa:ro`).
|
||||||
To authenticate at your server using a password, you need to add a package. So, when you are in the shell of the ansible docker container (previous used `docker run -it ...`), run:
|
To authenticate at your server using a password, you need to add a package. So, when you are in the shell of the ansible docker container (the previously used `docker run -it ...` command), run:
|
||||||
```bash
|
```bash
|
||||||
apk add sshpass
|
apk add sshpass
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user