lae / ansible-role-pip

An Ansible role for installing pip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lae.pip

An Ansible role for installing pip.

Role Variables

  • pip_version - pip version
  • pip_src_path - location to drop get-pip.py into

Example Playbook

- hosts: all
  become: True
  roles:
    - lae.pip

About

An Ansible role for installing pip.

License:Apache License 2.0