Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nosmoht/ansible-role-epel
Ansible role to setup EPEL repository on RHEL based systems
https://github.com/nosmoht/ansible-role-epel
Last synced: 21 days ago
JSON representation
Ansible role to setup EPEL repository on RHEL based systems
- Host: GitHub
- URL: https://github.com/nosmoht/ansible-role-epel
- Owner: Nosmoht
- Created: 2014-12-07T10:23:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T11:12:43.000Z (over 9 years ago)
- Last Synced: 2023-12-16T19:23:22.571Z (11 months ago)
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ansible-role-epel
=========Ansible role to setup EPEL repository on RHEL based system.
Requirements
------------Ansible
Role Variables
--------------| Name | Description | Value |
| :------ | :-------------- | :------ |
| epel_rpm_download_dir | Directory where to stored the downloaded rpm file on local host | /tmp |
| epel_rpm_state | State of the rpm on remote system | present |
| epel_rpm_file_url | URL where to download the rpm file from | Depends on '{{ ansible_os_family }}{{ ansible_distribution_major_version }}.{{ ansible_architecture }}.yml' |
| epel_rpm_file_name | Name of the rpm file to download | '{{ ansible_os_family }}{{ ansible_distribution_major_version }}.{{ ansible_architecture }}.yml' |
Dependencies
------------Example Playbook
----------------- hosts: servers
roles:
- { role: epel }License
-------BSD
Author Information
------------------email: [email protected]