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 Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
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 Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
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 Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
ios_lldp.py Add missing extends_documentation_fragment (#35013) 2018-01-17 16:31:53 -05:00
ios_logging.py Fixes to ios_logging (#41029) 2018-06-04 07:32:23 -04:00
ios_ping.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
ios_static_route.py ios_static_route idempotence fix (#35912) 2018-03-05 09:28:37 -05:00
ios_system.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
ios_user.py Fix ios_user not able to handle certain scenario (#47656) 2018-10-31 16:51:46 +05:30
ios_vlan.py Fixes ios_l2_interface and ios_vlan not working on certain interface types issue (#43819) 2018-08-14 11:35:09 +05:30
ios_vrf.py ios_vrf speed fix (#43765) 2018-08-27 08:51:33 -04:00