mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Adding aruba_command module along with unit tests. (#26625)
* Adding aruba_command module along with unit tests. * Fixing PEP8 E303 too many blank lines. * Adding default for timeout. * Removing unused arguments. Moving default for timeout argument. Fixing cliconf to find hostname. * Fixing PEP8 E302.
This commit is contained in:
parent
907b662dc6
commit
f682d9bf49
13 changed files with 901 additions and 1 deletions
|
@ -11,6 +11,7 @@ The following is a list of module_utils files and a general description. The mod
|
|||
- a10.py - Utilities used by the a10_server module to manage A10 Networks devices.
|
||||
- api.py - Adds shared support for generic API modules.
|
||||
- aos.py - Module support utilities for managing Apstra AOS Server.
|
||||
- aruba.py - Helper functions for modules working with Aruba networking devices.
|
||||
- asa.py - Module support utilities for managing Cisco ASA network devices.
|
||||
- azure_rm_common.py - Definitions and utilities for Microsoft Azure Resource Manager template deployments.
|
||||
- basic.py - General definitions and helper utilities for Ansible modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue