Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.05 KB

bwinfosec.add_crb

This role adds the CodeReady Linux Builder repository to RHEL 8 hosts.

Platforms

  • RHEL 8

Install

ansible-galaxy collection install community.general && ansible-galaxy install bwinfosec.add_crb

Example Playbook

- name: Add CodeReady Linux Builder repository to RHEL hosts
  become: true
  hosts: rhel

  roles:
    - bwinfosec.add_crb

Requirements

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.