Skip to content

asnocode/hana_update

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Jinja 1.9%