hyperized.pip

hyperized.pip

Python package manager

Requirements

It's best to use Ansible version 2.5 or newer.

Role Variables

  • pip_state: latest
  • pip_executable: /usr/bin/pip3
  • pip_name: (name of the Python package you want to install)
  • pip_extra_args: (additional arguments for pip)

Dependencies

  • hyperized.package
  • hyperized.apt_repo

Example Playbook

- hosts: all
  become: yes
  roles:
    - role: hyperized.pip
      pip_name: docker
    - role: hyperized.pip
      pip_name: 'requests[security]'
      pip_extra_args: '--upgrade'

License

MIT

Author Information

Gerben Geijteman gerben@hyperized.net

Informazioni sul progetto

Ubuntu Ansible role to manage pip dependencies

Installa
ansible-galaxy install hyperized.pip
Licenza
Unknown
Download
98
Proprietario
Devops Consultant