[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
89 lines (48 loc) · 2.04 KB

CHANGELOG.rst

File metadata and controls

89 lines (48 loc) · 2.04 KB

Ansible Network cisco_nxos

v2.7.1

Bugfixes

v2.7.0

Major Changes

  • Initial release of 2.7.0 cisco_nxos Ansible role that is supported with Ansible 2.7.0

Minor Changes

  • Fix config_manager/load function and use cli_config cisco_nxos#45.

v2.6.1

New Tasks

  • Add configure_vlans task.

Bugfixes

  • Fix parameters to align with config_manager role cisco_nxos#34.
  • validate_role_spec to only consider config_manager_text parameter cisco_nxos#35.

v2.6.0

Major Changes

  • Initial release of the cisco_nxos Ansible role.
  • This role provides functions to perform automation activities on Cisco NX-OS devices.

New Functions

  • 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.