Skip to content

Commit

Permalink
Merge pull request #125 from cytopia/docs
Browse files Browse the repository at this point in the history
Fixes #65 Document SSH agent usage
  • Loading branch information
cytopia committed Feb 1, 2023
2 parents 31c22aa + c2a1fa1 commit 0373bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,8 @@ docker run --rm \
-e USER=ansible \
-e MY_UID=1000 \
-e MY_GID=1000 \
-v ${HOME}/.ssh/:/home/ansible/.ssh/:ro \
-v ${HOME}/.ssh/:/home/ansible/.ssh/ \
-v ${SSH_AUTH_SOCK}:/ssh-agent --env SSH_AUTH_SOCK=/ssh-agent \
-v $(pwd):/data \
cytopia/ansible:latest-tools ansible-playbook playbook.yml
```
Expand Down

0 comments on commit 0373bad

Please sign in to comment.