ansible-collection-netscaleradc
ansible-collection-netscaleradc copied to clipboard
Custom Ansible modules for NetScaler ADC and NetScaler ADM. Part of NetScaler Automation Toolkit | https://github.com/netscaler/automation-toolkit
### Summary I want to check the details of the NSIP from the netscaler and want to run the "show HA node" command. Presently I can see there is no...
### Summary Right now, when [`save_config`](https://github.com/netscaler/ansible-collection-netscaleradc/blob/b4de90d194dd53a1c1239eaf3e429080ca4edc6c/playbook_anatomy.md?plain=1#L33) attribute is given in any `netscaler.adc` collection modules, there is another [`save_config` API call made](https://github.com/netscaler/ansible-collection-netscaleradc/blob/b4de90d194dd53a1c1239eaf3e429080ca4edc6c/plugins/module_utils/module_executor.py#L940). Instead, we can add `X-NITRO-SAVECONFIG` in the header of...
### Summary ``` > show ns version NetScaler NS14.1: Build 21.57.nc, Date: Apr 18 2024, 16:06:59 (64-bit) ``` `pip freeze` output ``` ansible==9.6.0 ansible-compat==24.6.0 ansible-core==2.16.7 ansible-lint==24.5.0 attrs==23.2.0 black==24.4.2 bracex==2.4 certifi==2024.2.2...
Vulnerable Library - requests-2.31.0-py3-none-any.whl Python HTTP for Humans. Library home page: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl Path to dependency file: /requirements.txt Path to vulnerable library: /requirements.txt Found in HEAD commit: e17699a1364a4f92ea96643d6ccea5c9157d5434 ## Vulnerabilities |...
Vulnerable Library - urllib3-2.0.7-py3-none-any.whl HTTP library with thread-safe connection pooling, file post, and more. Library home page: https://files.pythonhosted.org/packages/d2/b2/b157855192a68541a91ba7b2bbcb91f1b4faa51f8bae38d8005c034be524/urllib3-2.0.7-py3-none-any.whl Path to dependency file: /requirements.txt Path to vulnerable library: /requirements.txt Found in...
### Summary It would appear that you cannot simply parse the content of a file or download a file to your ansible system ### Issue Type Feature Idea ### Component...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.20.0 to 0.23.0. Release notes Sourced from aquasecurity/trivy-action's releases. v0.23.0 What's Changed Upgrade trivy to v0.52.2 by @Dr-DevOps in aquasecurity/trivy-action#367 Full Changelog: https://github.com/aquasecurity/trivy-action/compare/0.22.0...0.23.0 v0.22.0 What's Changed chore(docs):...
### Summary I am trying to maintain a custom role where I aim to provide support for both Terraform and Ansible configuration backends. I find important to keep the module...
### Summary ansible-core released 2.17 version recently. https://github.com/ansible/ansible/releases/tag/v2.17.0 Please plan to include testing pipeline with ansible-core 2.17 ### Issue Type Feature Idea ### Component Name CI ### Describe alternatives you've...