community.general/lib/ansible/modules/network/ios
Paul Neumann 3cc1b8d7d3 ios_facts: Strip header from running-config (#48047)
IOS prepends a show running-config with lines that are not part of the
configuration, keeping the output from being an entirely valid configuration:
R1#show run
Building configuration...

Current configuration : 2045 bytes
...

In order to be able to use the config from ios_facts as-is, strip this
header.
2018-11-08 20:28:47 +05:30
..
__init__.py
ios_banner.py
ios_command.py network command modules cleanup (#45242) 2018-09-13 08:55:35 -04:00
ios_config.py Fix 'macro name' timeout (#44001) 2018-08-30 18:11:51 +05:30
ios_facts.py ios_facts: Strip header from running-config (#48047) 2018-11-08 20:28:47 +05:30
ios_interface.py
ios_l2_interface.py Add support for 25G and 100G interfaces (#47852) 2018-10-31 19:09:53 +05:30
ios_l3_interface.py Generalize config retrieval in ios_l3_interface module (#45270) 2018-09-25 12:28:32 +05:30
ios_linkagg.py
ios_lldp.py
ios_logging.py
ios_ping.py
ios_static_route.py
ios_system.py
ios_user.py Fix ios_user not able to handle certain scenario (#47656) 2018-10-31 16:51:46 +05:30
ios_vlan.py
ios_vrf.py ios_vrf speed fix (#43765) 2018-08-27 08:51:33 -04:00