Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 925 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 925 Bytes

Molecule Test

ansible-role-add-epel

This role adds the EPEL repository to RHEL.

Platforms

  • RHEL 8

Install

ansible-galaxy install bwinfosec.add_epel

Example Playbook

- name: Add EPEL to RHEL hosts
  become: true
  hosts: rhel
 
  roles:
    - bwinfosec.add_epel

Local Development

This role includes a molecule test to execute on RHEL 8.

Licensing

This work is licensed under the EUPL 1.2.

Contribution

If you want to contribute feel free to do so by creating a pull request on github.