| commit | f7cf8264d05b79db33a4343e51a107c1565d3de5 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Mon Apr 23 13:30:07 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Mon Apr 23 13:30:07 2018 -0400 |
| tree | e3c78a5dcf4104bad7ee32299b25bfbc85f4d43e | |
| parent | 482dfad0f33aee4678a6d9d807b881fb20019919 [diff] |
Updated docs
This repository contains Ansible roles to pip packages for use on the Apigee platform.
This role requires elevated system privilege.
When the variables pip_conf_dir and pip_index_url are provided then this role assumes that a custom pip repository is required and will use the variables indicated below to construct the appropriate pip.conf file.
| Variable Name | Description |
|---|---|
| pip_conf_dir | Location of pip.conf file. |
| pip_index_url | url of the custom repository |
| http_proxy | proxy variable to use if set |
| pip_trusted_hosts | Pip trusted hosts to use if set |
| pip_packages | Collection containing the pip packages to install |
pip_packages: - httplib2 - pexpect - passlib - urllib3 - requests - six - pyOpenSSL
None
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: apigee-opdk-setup-os-pip }
Apache 2.0
Carlos Frias
This is not an officially supported Google product.
We'd love to accept your patches and contributions to this project. Please review our guidelines.