This role simply setup EPEL Repository following the official Fedora EPEL: Getting Started
- hosts: servers
roles:
- when: braindot_epel_installation_enabled | bool
role: galaxy/fr.braindot.ansible.role.os.epel_install
This role is open to contribution! Feel free to open any Issue or Merge Request!
- Pierre 'McFly' Marty [email protected]
EPEL Install - A little Ansible role helper for EPEL installation
Copyright (C) 2024 Pierre 'McFly' Marty <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.