redhat-sap / rh_operations

Ansible collection for SAP operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Collection - sap.sap_operations

This collection contains modules and plugins to assist in automating SAP day 2 operations with Ansible.

Installation and Usage

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.

Requirements

Ansible

Ansible collection is designed to work with following Ansible versions (on controller host)

ansible-core 2.14

ansible-core 2.15

Python

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.

Supported Ansible and Python version combinations

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

LICENSE

GNU General Public License v3.0

See https://www.gnu.org/licenses/gpl-3.0.txt for details

About

Ansible collection for SAP operations.

License:GNU General Public License v3.0


Languages

Language:Python 98.1%Language:Jinja 1.9%