An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/pdericson/ansible-pex.svg?branch=master)](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
```