| commit | 482dfad0f33aee4678a6d9d807b881fb20019919 | [log] [tgz] | 
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Fri Apr 06 16:47:31 2018 -0400 | 
| committer | Carlos Frias <friasc@google.com> | Fri Apr 06 16:47:31 2018 -0400 | 
| tree | 30698b976da79e642f97677d1293f7832beb5e68 | |
| parent | 3c15db9629efd2e2937a5b43736b8773e2ba8912 [diff] | 
Updated docs
This role install pip packages. Additionally a custom repository for pip is configured if pip_index_url and pip_conf_dir are indicated.
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.