- 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.
- 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
- 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)
- NEW provider tasks and parsers for net_operations role
- 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
- NEW Added CPF and Fiber Optic DOM parser
- NEW Added dependency role plugin check
- NEW
ios_user_manager
action plugin
- NEW
configure_user
task
- Refactor vrf and bgp output and improve reliability (#29)
- better support for working with config_manager tasks
- 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
- Initial release of the cisco_ios role.