python
.. README for the python role.
======
python
======
.. |travis.png| image:: https://travis-ci.org/mdklatt/ansible-python-role.png?branch=master
:alt: Travis CI build status
:target: travis
_
.. _travis: https://travis-ci.org/mdklatt/ansible-python-role
.. _Ansible role: http://docs.ansible.com/ansible/playbooks_roles.html#roles
.. _Ansible Galaxy: https://galaxy.ansible.com/mdklatt/python
|travis.png|
Ansible role
_ to install essential Python packages. Additional packages
should be deployed per-application in a virtualenv
environment.
This role is also available on Ansible Galaxy
_.
Requirements
The target machine must have Python 2.7 installed.
Dependencies
Role Variables
python_local
: local binary directory; system-dependent
Example Playbook
.. code::
- hosts: all
roles:
- name: python
Install
ansible-galaxy install mdklatt/ansible-python-role
License
mit
Downloads
387
Owner