This collection contains modules and plugins to assist in automating SAP day 2 operations with Ansible.
ansible-galaxy collection install sap.sap_operations
Role prepare
will make sure that all necessary package dependencies are installed on RHEL host, so content from this collection can be executed.
Please see documentation for role prepare
.
Ansible collection is designed to work with following Ansible versions (on controller host)
ansible-core 2.14
ansible-core 2.15
Ansible collection is designed to work with following python versions on controller host
python 3.8
python 3.9
python 3.10
python 3.11
python 3.12
Ansible collection is designed to work with following python versions on managed host
python 2.7
python 3.5
python 3.6
python 3.7
python 3.8
python 3.9
python 3.10
python 3.11
python 3.12
With one exception NW RFC modules to not work on python 2.7. This is because SAP PyRFC does not support python 2.7 see https://github.com/SAP/PyRFC
If there is a requirement to use NW RFC modules on python 2.7, please use HTTP connection only - this does not required PyRFC and works with python 2.7.
Not all python and ansible version combination are expected to work. Please use python version supported by respective ansible version.
Collection is supported as part of Red Hat Ansible Automation Platform subscription with limitations described in Ansible Automation support policy.
https://access.redhat.com/support/policy/updates/ansible-automation-platform
GNU General Public License v3.0
See https://www.gnu.org/licenses/gpl-3.0.txt for details