Skip to content

Commit

Permalink
Update README, prep for Galaxy 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Mar 7, 2016
1 parent 10fca84 commit 4eee7cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ This role only is needed/runs on RHEL and its derivatives.

Available variables are listed below, along with default values (see `defaults/main.yml`):

epel_release:
"4": 10
"5": 4
"6": 8
"7": 5

A mapping from RHEL major version to current EPEL release version.

epel_repo_url: "http://download.fedoraproject.org/pub/epel/{{ ansible_distribution_major_version }}/{{ ansible_userspace_architecture }}{{ '/' if ansible_distribution_major_version < '7' else '/e/' }}epel-release-{{ ansible_distribution_major_version }}-{{ epel_release[ansible_distribution_major_version] }}.noarch.rpm"
epel_repo_gpg_key_url: "/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"

Expand All @@ -31,7 +23,7 @@ None.

- hosts: servers
roles:
- { role: geerlingguy.repo-epel }
- geerlingguy.repo-epel

## License

Expand Down
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---

epel_repo_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
epel_repo_gpg_key_url: "/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
16 changes: 8 additions & 8 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ galaxy_info:
description: EPEL repository for RHEL/CentOS.
company: "Midwestern Mac, LLC"
license: "license (BSD, MIT)"
min_ansible_version: 1.4
min_ansible_version: 1.8
platforms:
- name: EL
versions:
- 4
- 5
- 6
- 7
categories:
- name: EL
versions:
- 4
- 5
- 6
- 7
galaxy_tags:
- packaging

0 comments on commit 4eee7cc

Please sign in to comment.