-
Notifications
You must be signed in to change notification settings - Fork 56
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]: save configuration module #326
Comments
Signed-off-by: Sumanth Lingappa <[email protected]>
Please check the new release sample playbook: https://github.com/netscaler/ansible-collection-netscaleradc/blob/main/examples/save_config.yaml |
wow, that was super-quick! :)
The test passed - Ansible returned success:
On device I can see it did modify only expected config file:
Attaching the log:
|
Signed-off-by: Sumanth Lingappa <[email protected]>
Issue #326: No GET for save_config
@pkodzis, is it not the expected behaviour that I added a small fix to skip the GET call for
Am I missing something? |
To answer your question - yes, it behaves as expected from my perspecitve. Regarding the fix to skip the GET call for save_config, unable to test while after "ansible-galaxy collection install netscaler.adc --force" I'm not getting fixed version - it installs the code version that gives reported "Invalid object name [save_config]" |
The recent fix (to skip the GET call for save_config) is not released yet to ansible-galaxy or ansible-authmation-hub. You need to install it from the github itself
|
ack. it works as expected and no more error 400. thank you so much! :) |
Summary
Please provide module that will let saving configuration
Issue Type
Feature Idea
Component Name
general
Describe alternatives you've considered
No response
Additional Information
The text was updated successfully, but these errors were encountered: