Skip to content

Ansible role to install and setup pip, as well as pip installed packages

License

Notifications You must be signed in to change notification settings

Provizanta/ansible-role-pip

Repository files navigation

Ansible role: pip

Build & Deploy

Python package manager.

Requirements

None

Role variables

These variables are defined in defaults/main.yml:

pip_version: 3
pip_packages: []

Dependencies

None

Example Playbook

- hosts: localhost
  roles:
    - role: pip
      vars:
        pip_version: 3
        pip_packages:
          - basic-apps
          - name: datetime
            state: absent

License

MIT

Author Information

Tibor Csóka

About

Ansible role to install and setup pip, as well as pip installed packages

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published