Red Hat Enterprise Linux System Roles is a set of roles for managing Red Hat Enterprise Linux system components.
If installing from RPM, the dependencies will be installed with the package.
Otherwise, the dependencies are listed in requirements.txt
and/or bindep.txt
.
There are currently two ways to use the Red Hat Enterprise Linux System Roles Collection in your setup.
You can install the collection from Automation Hub by running:
ansible-galaxy collection install redhat.rhel_system_roles
After the installation, the roles are available as redhat.rhel_system_roles.<role_name>
.
Please see the Using Ansible collections documentation for further details.
You can install the collection with the software package management tool dnf
by running:
dnf install rhel-system-roles
The official RHEL System Roles documentation can be found in the Product Documentation section of the Red Hat Customer Portal.
The supported Ansible versions are aligned with currently maintained Ansible versions that support Collections (Ansible 2.9 and later). You can find the list of maintained Ansible versions here.
The modules and other plugins in this collection are private, used only internally to the collection, unless otherwise noted.