mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Add doc_fragment and module util for NetApp platforms (#19607)
* Add doc_fragment and module util for NetApp platforms * Make requested changes * Fix links and change formatting. * Fix description sections.
This commit is contained in:
parent
6673673042
commit
9283772e54
4 changed files with 171 additions and 455 deletions
|
@ -27,6 +27,7 @@ The following is a list of module_utils files and a general description. The mod
|
|||
- junos.py - Definitions and helper functions for modules that manage Junos networking devices
|
||||
- known_hosts.py - utilities for working with known_hosts file
|
||||
- mysql.py - Allows modules to connect to a MySQL instance
|
||||
- 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
|
||||
- network.py - Functions for running commands on networking devices
|
||||
|
@ -45,4 +46,3 @@ The following is a list of module_utils files and a general description. The mod
|
|||
- vca.py - Contains utilities for modules that work with VMware vCloud Air
|
||||
- vmware.py - Contains utilities for modules that work with VMware vSphere VMs
|
||||
- vyos.py - Definitions and functions for working with VyOS networking
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue