https://github.com/alancoding/ansible-runner-examples
https://github.com/alancoding/ansible-runner-examples
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alancoding/ansible-runner-examples
- Owner: AlanCoding
- License: mit
- Created: 2019-04-08T13:44:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T15:33:14.000Z (about 6 years ago)
- Last Synced: 2025-01-03T05:39:15.663Z (6 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Examples repo stuff
How do I get pipenv set up? Go to your ansible-runner directory
```
pipenv shell --three
```I cannot find a better way to get the pipenv shell from inside _this_ directory.
Because of that, all these examples will be assuming you have a particular
file structure, specifically that you have a repos folder
under Documents under your user directory:- `~/Documents/repos/ansible-runner-examples`
- `~/Documents/repos/ansible-runner`This is clearly less than ideal, but seems to be the only durable
option I have with pipenv at the moment.