September 2018
Beginner to intermediate
214 pages
5h 53m
English
This is our first language package manager and probably the most famous. It manages Python packages and libraries. It has a variety of options that accommodate various different requirements that are related to Python libraries. To run this module we need to make sure that PyPI is installed on the remote hosts. The following example playbook will show some of them:
- name: install a python library from the default repo pip: name: numpy version: 0.3 - name: install a python library from a github pip: name: https://github.com/jakubroztocil/httpie /archive/master.tar.gz
Read now
Unlock full access