Skip to content

This Ansible role install the repository configuration for EPEL

License

Notifications You must be signed in to change notification settings

mauromedda/ansible_role_epel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible_role_epel

This is a simple Ansible role that installs/uninstall the epel_release meta package. This package contains the Extra Packages for Enterprise Linux (EPEL) repository.

Variables

epel_release_installed: true
  • epel_release_installed: Default: true. Put false to uninstall the epel_release.

Example Playbook

See below an example of usage for the module.

    - hosts: localhost
      connection: local
      become: true
      roles:
         - { role: mauromedda.ansible_role_epel, epel_release_installed: true }

License

BSD

Author Information

Mauro Medda < medda.mauro at gmail dot com >

About

This Ansible role install the repository configuration for EPEL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published