community.general/lib/ansible/modules/remote_management
David Soper d1cf9cfeb6 Connection and MAC pool module for Cisco UCS (#31151)
* Initial commit for UcsConnection and ucs_macpool module.
Configures MAC address pools on UCS Manager.

* ansible-doc fixes

* PEP8 fixes

* pep8, pylint, and validate-modules fixes

* Correct indent issue introduced during pycodestyle cleanup

* Simplified module arugment setup.
Placed all code in main to avoid multiple calls and arg passing.

* module_utils/ucs changed to UCSModule which now handles login/logout directly
login_handle removed from module.params
doc updates on mac_list params and change to first_addr/last_addr for mac blocks
checking of all mac params

* Move module_utils to remote_management/ucs
Fix validate-modules issue with docs

* UCS MAC pool integration tests
Fixed issues with MAC pool descr and address range params
2017-12-14 19:38:35 +01:00
..
foreman foreman: PEP8 compliancy and doc fixes (#30910) 2017-10-03 09:50:27 +02:00
hpilo Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
imc imc_rest: fail when requirement is missing (#33750) 2017-12-13 13:54:38 +00:00
ipmi
manageiq add oVirt provider to ManageIQ module (#33751) 2017-12-11 04:52:33 -05:00
oneview DatacenterFactsModule for HPE OneView (#32701) 2017-11-28 13:49:51 +00:00
stacki stacki_host: PEP8 compliancy and documentation changes (#32651) 2017-11-08 23:16:49 +01:00
ucs Connection and MAC pool module for Cisco UCS (#31151) 2017-12-14 19:38:35 +01:00
__init__.py
wakeonlan.py