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
About

Install essential Python packages.

Install
ansible-galaxy install mdklatt/ansible-python-role
GitHub repository
License
mit
Downloads
382