ancestor: null releases: 1.0.0: modules: - description: ACL interfaces resource module name: ios_acl_interfaces namespace: '' - description: ACLs resource module name: ios_acls namespace: '' - description: Manage multiline banners on Cisco IOS devices name: ios_banner namespace: '' - description: Configure global BGP protocol settings on Cisco IOS. name: ios_bgp namespace: '' - description: Run commands on remote devices running Cisco IOS name: ios_command namespace: '' - description: Manage Cisco IOS configuration sections name: ios_config namespace: '' - description: Collect facts from remote devices running Cisco IOS name: ios_facts namespace: '' - description: (deprecated, removed after 2022-06-01) Manage Interface on Cisco IOS network devices name: ios_interface namespace: '' - description: Interfaces resource module name: ios_interfaces namespace: '' - description: (deprecated, removed after 2022-06-01) Manage Layer-2 interface on Cisco IOS devices. name: ios_l2_interface namespace: '' - description: L2 interfaces resource module name: ios_l2_interfaces namespace: '' - description: (deprecated, removed after 2022-06-01) Manage Layer-3 interfaces on Cisco IOS network devices. name: ios_l3_interface namespace: '' - description: L3 interfaces resource module name: ios_l3_interfaces namespace: '' - description: LACP resource module name: ios_lacp namespace: '' - description: LACP interfaces resource module name: ios_lacp_interfaces namespace: '' - description: LAG interfaces resource module name: ios_lag_interfaces namespace: '' - description: Manage link aggregation groups on Cisco IOS network devices name: ios_linkagg namespace: '' - description: Manage LLDP configuration on Cisco IOS network devices. name: ios_lldp namespace: '' - description: LLDP resource module name: ios_lldp_global namespace: '' - description: LLDP interfaces resource module name: ios_lldp_interfaces namespace: '' - description: Manage logging on network devices name: ios_logging namespace: '' - description: Manages core NTP configuration. name: ios_ntp namespace: '' - description: OSPFv2 resource module name: ios_ospfv2 namespace: '' - description: Tests reachability using ping from Cisco IOS network devices name: ios_ping namespace: '' - description: (deprecated, removed after 2022-06-01) Manage static IP routes on Cisco IOS network devices name: ios_static_route namespace: '' - description: Static routes resource module name: ios_static_routes namespace: '' - description: Manage the system attributes on Cisco IOS devices name: ios_system namespace: '' - description: Manage the aggregate of local users on Cisco IOS device name: ios_user namespace: '' - description: (deprecated, removed after 2022-06-01) Manage VLANs on IOS network devices name: ios_vlan namespace: '' - description: VLANs resource module name: ios_vlans namespace: '' - description: Manage the collection of VRF definitions on Cisco IOS devices name: ios_vrf namespace: '' plugins: cliconf: - description: Use ios cliconf to run command on Cisco IOS platform name: ios namespace: null release_date: '2020-06-23' 1.0.1: changes: bugfixes: - Make `src`, `backup` and `backup_options` in ios_config work when module alias is used (https://github.com/ansible-collections/cisco.ios/pull/107). minor_changes: - Removes IOS sanity ignores and sync for argspec and docstring (https://github.com/ansible-collections/cisco.ios/pull/114). - Updated docs. fragments: - 90-add-change-log-1.0.0.yaml - 1.1.0_update_docs.yaml - handle_src_backup_with_module_alias.yaml - remove_ios_ignore.yaml release_date: '2020-08-03' 1.0.2: changes: release_summary: - Re-releasing 1.0.1 with updated changelog. fragments: - 1.0.2.yaml release_date: '2020-08-07' 1.0.3: changes: release_summary: - Releasing 1.0.3 with updated readme with changelog link, galaxy description, and bugfix. release_date: '2020-08-28' 1.1.0: changes: bugfixes: - Fix element type of ios_command's command parameter (https://github.com/ansible-collections/cisco.ios/pull/151). - Add support for interface type Virtual-Template (https://github.com/ansible-collections/cisco.ios/pull/154). - Added support for interface Tunnel (https://github.com/ansible-collections/cisco.ios/pull/145). - To fix the incorrect command displayed under ios_l3_interfaces resource module docs (https://github.com/ansible-collections/cisco.ios/pull/149). minor_changes: - Add ios_ospfv3 module. modules: - description: OSPFv3 resource module name: ios_ospfv3 namespace: '' release_date: '2020-10-01' 1.2.0: changes: bugfixes: - To enable ios ospfv3 integration tests (https://github.com/ansible-collections/cisco.ios/pull/165). - To fix ios_static_routes where interface ip route-cache config was being parsed and resulted traceback (https://github.com/ansible-collections/cisco.ios/pull/176). - To fix IOS static routes idempotency issue coz of netmask to cidr conversion (https://github.com/ansible-collections/cisco.ios/pull/177). - To fix ios_vlans traceback bug when the name had Remote in it and added unit TC for the module (https://github.com/ansible-collections/cisco.ios/pull/179). - To fix the traceback issue for longer vlan name having more than 32 characters (https://github.com/ansible-collections/cisco.ios/pull/182). minor_changes: - Add ios_ospf_interfaces module. modules: - description: OSPF Interfaces resource module name: ios_ospf_interfaces namespace: '' release_date: '2020-11-01' 1.2.1: changes: bugfixes: - To fix ios_ospf_interfaces resource module authentication param behaviour (https://github.com/ansible-collections/cisco.ios/issues/209). - Add version key to galaxy.yaml to work around ansible-galaxy bug. fragments: - 209_fix_ios_ospf_interfaces_authentication_param.yaml - galaxy-version.yaml release_date: '2020-11-26' 1.3.0: changes: bugfixes: - IOS resource modules minor doc updates (https://github.com/ansible-collections/cisco.ios/pull/233). - To fix ios_static_routes facts parsing in presence of interface (https://github.com/ansible-collections/cisco.ios/pull/225). - Add support size and df_bit options for ios_ping (https://github.com/ansible-collections/cisco.ios/pull/228). - IOS_CONFIG, incorrectly claims success when Command Rejected (https://github.com/ansible-collections/cisco.ios/pull/215). - Update doc to clarify on input config pattern (https://github.com/ansible-collections/cisco.ios/pull/220). - Updating ios acls module to use newer CLI RM approach to resolve all of the ACL related bugs (https://github.com/ansible-collections/cisco.ios/pull/211). minor_changes: - Add ios_bgp_global module. modules: - description: BGP Global resource module name: ios_bgp_global namespace: '' release_date: '2021-1-29'