Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added extra command to run ansible when you are not root on the remotes
  • Loading branch information
CalvinHuynh authored May 4, 2019
1 parent 923e20e commit 48cddb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ For the separate **Jenkins CI** playbook, see table of contents.
```bash
$ ansible-playbook site.yml
```
or run command if you are not root on the remotes
```bash
$ ansible-playbook site.yml -K
```
4. Open a browser and navigate to http://SERVER_IP_HERE/api/doc/ to see the swagger documentation of the project.

## Troubleshooting
Expand Down

0 comments on commit 48cddb6

Please sign in to comment.