Check the python requirements of a project via pip
virtualenv
: location of the virtualenv on the remote hostrequirements_file
: location of the requirements.txt on the remote host
If virtualenv is not set, it will perform the checks globally
- hosts: all
roles:
- python-check-requirements
GPL