5b57f10eec
At the moment there is no well defined way to supply list of extra Python requirements for Ansible venv. However, some collections for their work might require presence of extra libraries inside the execution environment. While PIP_OPTS might be used right for that, it's usage is not transparent or documented. In order to handle such need, `user-ansible-venv-requirements.txt ` is being implemented that reside inside OSA_CONFIG_DIR and contains list of required packages for installation when running bootstrap-ansible.sh Change-Id: Ic99f7eff200e2e672dcc3edd875b155af84232b7
6 lines
270 B
Plaintext
6 lines
270 B
Plaintext
# Use this file to fill in your third party libraries that you'd like to have
|
|
# installed inside Ansible virtual environment during bootstrap-ansible.sh.
|
|
# This file will be processed additionally to default requirements.txt and
|
|
# does not superceed it.
|
|
oauthlib>=3.2.0
|