Clone this repo:

Branches

  1. 32487e0 Updated README.md file by Carlos Frias · 7 years ago master
  2. a5ca06a Updated existing changes by Carlos Frias · 7 years ago
  3. fa7add1 Updated docs by Carlos Frias · 7 years ago
  4. 6452e0b Updated pip to avoid deliberate fail rescue if possible by Carlos Frias · 7 years ago
  5. f7cf826 Updated docs by Carlos Frias · 7 years ago

Apigee OPDK Setup OS Pip

This repository contains Ansible roles to pip packages for use on the Apigee platform.

Requirements

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.

Role Variables

Variable NameDescription
pip_conf_dirLocation of pip.conf file.
pip_index_urlurl of the custom repository
http_proxyproxy variable to use if set
pip_trusted_hostsPip trusted hosts to use if set
pip_packagesCollection containing the pip packages to install
pip_packages:
- httplib2
- pexpect
- passlib
- urllib3
- requests
- six
- pyOpenSSL

Dependencies

None

Example Playbook

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 }

License

Apache 2.0

Author Information

Carlos Frias

Not Google Product Clause

This is not an officially supported Google product.

How to Contribute

We'd love to accept your patches and contributions to this project. Please review our guidelines.