| A role that installs yum repository for Extra Packages for Enterprise Linux (EPEL).
This role is needed to get access for Extra Packages for Enterprise Linux (EPEL).
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
Used Modules
# 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
None.
Simple Example:
- hosts: servers
roles:
- { role: while_true_do.repo_epel }
All tests should be put in test directory.
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.
This work is licensed under a BSD License.
Blog: blog.while-true-do.org
Mail: [email protected]