Red Hat Enterprise Linux System Roles for SAP is a set of roles for preparing Red Hat Enterprise Linux systems for the initial installation of SAP NetWeaver and SAP HANA.
If installing from RPM, any 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 for SAP Collection in your setup.
You can install the collection from Automation Hub by running:
ansible-galaxy collection install sap.rhel
After the installation, the roles are available as sap.rhel.<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-sap
The official RHEL System Roles for SAP documentation can be found here.
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.