sap.sap_operations.rolling_kernel_switch module – Manage Rolling kernel switch
Note
This module is part of the sap.sap_operations collection.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install sap.sap_operations
.
To use it in a playbook, specify: sap.sap_operations.rolling_kernel_switch
.
New in sap.sap_operations 1.0.0
Synopsis
Rolling kernel switch
Parameters
Parameter |
Comments |
---|---|
ca_file use CA certificate to secure the communication. By default system CA store is used. |
|
If Choices:
|
|
hostname of the SAP system |
|
instance_number is the instance number to be managed. |
|
password of the SAP system |
|
secure specify if secure communication should be enforced. By default system CA store is used. User can pass custom CA by ca_file parameter. Choices:
|
|
Wait timeout for the operation to complete before returning. |
|
username of the SAP system |
|
Wait for the operation to complete before returning. If set to If set to Choices:
|
|
Wait timeout for the operation to complete before returning. Default: |
Examples
- name: Run the system update
sap.sap_operations.rolling_kernel_switch:
username: "npladm"
password: "secret123!"
hostname: "sap.system.example.com"
instance_number: "0"