Updated README.md file
1 file changed
tree: 3068b56a35a26ba778eda62ad8397b028ce58def
  1. defaults/
  2. handlers/
  3. meta/
  4. tasks/
  5. tests/
  6. vars/
  7. .gitignore
  8. CONTRIBUTING.md
  9. LICENSE
  10. README.md
README.md

Apigee OPDK Setup OS EPEL

This repository contains an Ansible role that helps to setup epel on a node that will be used for the Apigee Platform.

Requirements

The role requires elevated privilege.

Role Variables

Variable NameDescription
epel_repohttps://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm”

Dependencies

  • setup

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-epel }

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.