Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

while-true-do/ansible-role-repo-epel

Build Status

Ansible Role: Repo-EPEL

| A role that installs yum repository for Extra Packages for Enterprise Linux (EPEL).

Motivation

This role is needed to get access for Extra Packages for Enterprise Linux (EPEL).

Installation

NOTE: The armhfp repository is automatically rebuilt without any quality assurance or tests. Please set variable wtd_repo_epel_armhfp_confirm to true if you want to use this repository.

Install from Ansible Galaxy

ansible-galaxy install while_true_do.repo_epel

Install from Github

git clone https://github.com/while-true-do/ansible-role-repo-epel.git while_true_do.repo_epel

Requirements

Used Modules

Role Variables

# You can change the state (present|absent)
wtd_repo_epel_state: present
wtd_repo_epel_packages: ["epel-release"]
wtd_repo_epel_armhfp_baseurl: "https://armv7.dev.centos.org/repodir/epel-pass-1/"
wtd_repo_epel_armhfp_confirm: false

Dependencies

None.

Example Playbook

Simple Example:

- hosts: servers
  roles:
    - { role: while_true_do.repo_epel }

Testing

All tests should be put in test directory.

Contribute / Bugs

Thank you so much for considering to contribute. Every contribution helps us. We are really happy, when somebody is joining the hard work. Please have a look at the links first.

License

This work is licensed under a BSD License.

Author Information

Blog: blog.while-true-do.org

Mail: hello@while-true-do.org

About

A role that installs yum repository for Extra Packages for Enterprise Linux (EPEL).

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages