You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
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
8 years ago
..
cli add support for other scms to pull (#33152) 8 years ago
compat Create a short license for PSF and MIT. (#32212) 8 years ago
config Add Support for Mellanox switches: first module: mlnxos_command (#33121) 8 years ago
errors Remove uses of assert in production code (#32079) 8 years ago
executor always preserve certain keys (#33637) 8 years ago
galaxy Fix a typo in the readme of the skeleton used by ansible-galaxy. (#33807) 8 years ago
inventory fix reconcile to ensure 'ungrouped' 8 years ago
module_utils Connection and MAC pool module for Cisco UCS (#31151) 8 years ago
modules Connection and MAC pool module for Cisco UCS (#31151) 8 years ago
parsing Remove uses of assert in production code (#32079) 8 years ago
playbook normalize names 8 years ago
plugins Fix a few docs build issues (#33685) 8 years ago
template Add q/query aliases to lookup (#33466) 8 years ago
utils Connection and MAC pool module for Cisco UCS (#31151) 8 years ago
vars fix item var in delegation (#32986) 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py Fixes eos sending 'None' to device (#33015) 8 years ago
release.py Bump the versions now that devel is 2.5 8 years ago