Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sap_control_exec Windows support #47

Open
1 task done
ms-automatics opened this issue Aug 27, 2024 · 0 comments
Open
1 task done

sap_control_exec Windows support #47

ms-automatics opened this issue Aug 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ms-automatics
Copy link

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

  • I agree to follow the Ansible Code of Conduct
@rhmk rhmk added the enhancement New feature or request label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants