mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-10 03:01:29 -07:00
New module for managing volumes in Vexata storage arrays (#49006)
* Initial commit for module to manage Vexata storage volumes + fixes form code review in pr #47091. * Fix indent errors reported by lint. * Refactor, implement code review changes * Moved doc fragment file to new layout * Added explicit types for all module parameters, updated copyrights + raw string for block text.
This commit is contained in:
parent
e89f8bae86
commit
e1c4ee2514
5 changed files with 345 additions and 0 deletions
|
@ -82,5 +82,6 @@ Ansible ships with the following list of ``module_utils`` files. The module util
|
|||
- urls.py - Utilities for working with http and https requests
|
||||
- utm_utils.py - Contains base class for creating new Sophos UTM Modules and helper functions for handling the rest interface of Sophos UTM
|
||||
- vca.py - Contains utilities for modules that work with VMware vCloud Air
|
||||
- vexata.py - Utilities for modules that work with Vexata storage platforms.
|
||||
- vmware.py - Contains utilities for modules that work with VMware vSphere VMs
|
||||
- xenserver.py - Contains utilities for modules that work with XenServer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue