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

[FEATURE REQUEST]: NTP Server is added successfully but i didn’t able to find a module to enable NTP sync #468

Closed
mowasfy opened this issue Nov 9, 2024 · 1 comment · Fixed by #472

Comments

@mowasfy
Copy link

mowasfy commented Nov 9, 2024

Summary

NTP Server is added successfully but i didn’t able to find a module to enable NTP sync

Issue Type

Feature Idea

Component Name

netscaler.adc.ntpserver

Describe alternatives you've considered

No response

Additional Information

@mowasfy
Copy link
Author

mowasfy commented Jan 2, 2025

o It can’t read the below default module as it through error ("msg": "missing required arguments: nsip")
module_defaults:
group/netscaler.adc.default_args:
nsip: "{{ ansible_host }}"
nitro_user: "{{ username }}"
nitro_pass: "{{ password }}"
validate_certs: "{{ validate_certs }}"
nitro_protocol: "{{ nitro_protocol }}"

o After adding the above under task itself, it works successfully but with the below findings
 Enable NTP Sync
Screenshot 2025-01-02 224749

 Disable NTP Sync
Screenshot 2025-01-02 224825

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant