mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
New module: manage Citrix Netscaler service configuration (network/netscaler/netscaler_service) (#25129)
* netscaler_service initial implementation * Changes as requested by reviewers * Skip some tests if under python2.6 and importing requests library * Change option "operation" to "state" * Remove print statements from netscaler module utils * Catch all exceptions during login * Fix fail message * Add common option save_config
This commit is contained in:
committed by
Chris Alfonso
parent
2220362a5f
commit
a00089c341
@@ -31,6 +31,7 @@ The following is a list of module_utils files and a general description. The mod
|
||||
- netapp.py - Functions and utilities for modules that work with the NetApp storage platforms.
|
||||
- netcfg.py - Configuration utility functions for use by networking modules
|
||||
- netcmd.py - Defines commands and comparison operators for use in networking modules
|
||||
- netscaler.py - Utilities specifically for the netscaler network modules.
|
||||
- network.py - Functions for running commands on networking devices
|
||||
- nxos.py - Contains definitions and helper functions specific to Cisco NXOS networking devices
|
||||
- openstack.py - Utilities for modules that work with Openstack instances.
|
||||
|
||||
Reference in New Issue
Block a user