This role configures a RHEL 7 or RHEL 8 system according to applicable SAP notes so that SAP NetWeaver can be installed.
To use this role, your system needs to be installed according to:
- RHEL 7: SAP note 2002167, Red Hat Enterprise Linux 7.x: Installation and Upgrade, section "Installing Red Hat Enterprise Linux 7"
- RHEL 8: SAP note 2772999, Red Hat Enterprise Linux 8.x: Installation and Configuration, section "Installing Red Hat Enterprise Linux 8".
- Role sap-preconfigure should be run first.
The following variable contains a list of all SAP notes which are used for this role:
sap_netweaver_preconfigure_sapnotes
The following variable contains the additional package which is required for SAP NetWeaver.
sap_netweaver_preconfigure_packages
Here is a simple playbook:
---
- hosts: all
roles:
- role: sap-preconfigure
- role: sap-netweaver-preconfigure
...
GNU General Public License v3.0
Bernd Finger