https://github.com/pdericson/ansible-pex
Ansible Python EXecutable
https://github.com/pdericson/ansible-pex
ansible pex
Last synced: about 1 month ago
JSON representation
Ansible Python EXecutable
- Host: GitHub
- URL: https://github.com/pdericson/ansible-pex
- Owner: pdericson
- License: mit
- Created: 2017-12-10T07:51:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T13:42:49.000Z (almost 8 years ago)
- Last Synced: 2024-01-28T01:33:16.486Z (over 2 years ago)
- Topics: ansible, pex
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/pdericson/ansible-pex)
# ansible-pex
Ansible Python EXecutable
## Getting Started
```
curl -LO https://github.com/pdericson/ansible-pex/releases/download/0.1.0/ansible-2.4.2.0.pex
chmod +x ansible-2.4.2.0.pex
PEX_SCRIPT=ansible-playbook ./ansible-2.4.2.0.pex --version
```