mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
New module aireos_command (#26769)
* Adding ciscowlc_command module and unit tests. * Adding __init__.py for unit test. * Fixing PEP8 W503. * Renaming module from ciscowlc_command to aire_command. * Renaming aire_command to aireos_command.
This commit is contained in:
parent
657ab58139
commit
b8337ee9d3
13 changed files with 931 additions and 1 deletions
|
@ -9,6 +9,7 @@ Ansible provides a number of module utilities that provide helper functions that
|
|||
The following is a list of module_utils files and a general description. The module utility source code lives in the `./lib/module_utils` directory under your main Ansible path - for more details on any specific module utility, please see the source code.
|
||||
|
||||
- a10.py - Utilities used by the a10_server module to manage A10 Networks devices.
|
||||
- aireos.py - Definitions and helper functions for modules that manage Cisco WLC 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue