You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61-1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,66 @@
5
5
============================
6
6
Ansible role to install the Extra Packages for Enterprise Linux (EPEL) - Repository on RHEL and centos.
7
7
8
+
### What do we do here?
9
+
+ First we read the variables you configured and our default values.
10
+
+ If enabled *(default to false)*, we do a simple version-check that will validate that you never run a older version of this role after you run this role before.
11
+
+ We validate that the GPG key of the EPEL repo for your distribution release is installed and match the fingerprint in the config.
12
+
+ We install the epel repo from a remote URL.
13
+
14
+
### example useage of this role
15
+
You can either use this role via ansible galaxy or by downloading this role manually.
This role is tested with [these github-action](https://github.com/search?q=topic%3Acentos+topic%3Acheck-ansible+topic%3Agithub-actions+org%3Aroles-ansible&type=Repositories) tests for different versions of centos. Linting is tested via travis-ci.
10
70
If you want to find out more about our tests, please have a look at the github marketplace.
0 commit comments