- Update and optimize configure_user cisco_nxos#48.
- Initial release of 2.7.0
cisco_nxos
Ansible role that is supported with Ansible 2.7.0
- Fix config_manager/load function and use cli_config cisco_nxos#45.
- Add
configure_vlans
task.
- Fix parameters to align with config_manager role cisco_nxos#34.
- validate_role_spec to only consider config_manager_text parameter cisco_nxos#35.
- Initial release of the
cisco_nxos
Ansible role. - This role provides functions to perform automation activities on Cisco NX-OS devices.
- NEW
get_facts
function can be used to collect facts from Cisco NX-OS devices. - NEW
config_manager/get
function returns the either the current active or current saved configuration from Cisco NX-OS devices. - NEW
config_manager/load
function provides a means to load a configuration file onto a target device running Cisco NX-OS. - NEW
config_manager/save
function saves the current active (running) configuration to the startup configuration.