Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsullivan authored Dec 11, 2019
1 parent 3212f2c commit fea2289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# run-ansible-playbook
Utility I use for easily running an ansible playbook

```
docker run --rm -v /home/ssullivan/.ssh/id_rsa:/root/.ssh/id_rsa -v /home/ssullivan/Code/run-ansible-playbook/playbook-example:/root/playbook -e PLAYBOOK=/root/playbook/test.yml -e IP=10.30.75.136 sgsullivan/run-ansible-playbook:latest
```

0 comments on commit fea2289

Please sign in to comment.