Ansible Runner is provided from several different locations depending on how you want to use it.
Python 2.7+ and 3.6+ are supported and installable via pip:
$ pip install ansible-runner
To install from the latest Fedora sources:
$ dnf install python-ansible-runner
Check out the source code from github:
$ git clone git://github.com/ansible/ansible-runner
Or download from the releases page
Then install:
$ python setup.py install
OR:
$ pip install .
To produce an installable wheel
file:
make dist
To produce a distribution tarball:
make sdist
Make sure the wheel
distribution is built (see :ref:`builddist`) and run:
make image
The RPM build uses a container image to bootstrap the environment in order to produce the RPM. Make sure you have docker installed and proceed with:
make rpm