Skip to content

Braindot-fr/fr.braindot.ansible.role.os.epel_install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPEL Install

This role simply setup EPEL Repository following the official Fedora EPEL: Getting Started

Usage

- hosts: servers

  roles:
    - when: braindot_epel_installation_enabled | bool
      role: galaxy/fr.braindot.ansible.role.os.epel_install

Support And Contributing

This role is open to contribution! Feel free to open any Issue or Merge Request!

Authors and acknowledgment

Maintainers

License

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/>.