community.sap_libs icon indicating copy to clipboard operation
community.sap_libs copied to clipboard

sap_control_exec Windows support

Open ms-automatics opened this issue 1 year ago • 0 comments

Summary

Would be great to have Windows support for several modules, e.g. for sap_control_exec in a first step. Either by directly supporting Windows within the existing module if possible or by creating separate Windows modules like sap_control_exec_win for example.

Issue Type

Feature Idea

Component Name

sap_control_exec

Additional Information

# Either just support windows in the existing module
- name: GetProcessList with sysnr
  community.sap_libs.sap_control_exec:
    hostname: 192.168.8.15
    sysnr: "01"
    function: GetProcessList

# Or with a separate Windows module
- name: GetProcessList with sysnr
  community.sap_libs.sap_control_exec_win:
    hostname: 192.168.8.15
    sysnr: "01"
    function: GetProcessList

Code of Conduct

  • [X] I agree to follow the Ansible Code of Conduct

ms-automatics avatar Aug 27 '24 13:08 ms-automatics