Skip to content

Latest commit

 

History

History
120 lines (78 loc) · 2.74 KB

CHANGELOG.rst

File metadata and controls

120 lines (78 loc) · 2.74 KB

Ansible Network cisco_ios

v2.7.1

Minor Changes

  • Adds parser for reload reason. ios-#87.
  • Fixed message missing required arg: config_manager_text. ios-#88.
  • Remove set defaults task files. ios-#89.
  • Use default template if no specific peer provider folder is present. ios-#90.
  • Add unconfigure task hooks. ios-#92.

v2.7.0

Major Changes

  • Initial release of 2.7.0 cisco_ios Ansible role that is supported with Ansible 2.7.0
  • Dependant role ansible-network.network-engine should be upgraded with version >= 2.7.2

Bugfixes

  • multiline banner processing (cli_config issue) (#69)
  • Ensure that subset is a list. Align docs with fact map (#47)
  • Created test for show_interfaces parser (#58)
  • fix for 'interfaces' facts (#55)
  • fix for handling config text with lines containing only whitespace chars (#64)

v2.6.3

New Features

  • NEW provider tasks and parsers for net_operations role

Bugfixes

  • configure_user task should use config_manager_file instead of config_manager_text
  • uptime facts from cisco IOS has separate keys for year, week, days hours and time

v2.6.2

New Features

  • NEW Added CPF and Fiber Optic DOM parser
  • NEW Added dependency role plugin check

v2.6.1

New Action Plugins

  • NEW ios_user_manager action plugin

New Tasks

  • NEW configure_user task

Bugfixes

  • Refactor vrf and bgp output and improve reliability (#29)
  • better support for working with config_manager tasks

devel

New Functions

  • NEW get_facts retrive and parse facts from cisco ios devices
  • NEW config_manager/get support for config_manager get function
  • NEW config_manager/load support for config_manager load function
  • NEW config_manager/save support for config_manager save function
  • NEW configure_user support for configuring users on cisco ios devices

Major Changes

  • Initial release of the cisco_ios role.