This role adds the CodeReady Linux Builder repository to RHEL 8 hosts.
- RHEL 8
ansible-galaxy collection install community.general && ansible-galaxy install bwinfosec.add_crb
- name: Add CodeReady Linux Builder repository to RHEL hosts
become: true
hosts: rhel
roles:
- bwinfosec.add_crb
- This role requires a valid RHEL subscription on the target machines.
- This role depends on functionality provided by the community.general ansible collection.
This work is licensed under the EUPL 1.2.
If you want to contribute feel free to do so by creating a pull request on github.