openstack-ansible/playbooks/roles/py_from_git
Justin Shepherd 47c84afe19 Cleaning up doc8 violations.
Change-Id: I6c3f2827ae077d962bc7e8c7a9c0a5e5faa6aac8
2015-06-10 02:09:18 +00:00
..
meta Remove pip_lock_down from py_from_git role 2015-03-06 13:44:44 -06:00
tasks Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
CONTRIBUTING.rst Cleaning up doc8 violations. 2015-06-10 02:09:18 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00

OpenStack install python package from git

tags

openstack, pip, git, cloud, ansible

category

*nix

Role for installing a python package from a git repository.

- name: Install python2 lxc
  hosts: hosts
  user: root
  roles:
    - { role: "py_from_git", tags: [ "lxc-libs" ] }
  vars:
    git_repo: "https://github.com/lxc/python2-lxc"
    git_dest: "/opt/lxc_python2_{{ git_install_branch|replace('/', '_') }}"
    git_install_branch: master