community.general/lib/ansible/modules/network/ios
Ricardo Carrillo Cruz a5b12ff269 Introspect flag to use on 'show run' when using defaults in ios_config (#22903)
When the ios_config module has 'defaults' param it runs in the device the command
'show running-config all' but 'all' may not be available in older devices.
This change makes introspection by using the help command and run 'full' in case
'all' is not available.

Fixes #22747
2017-03-28 10:20:52 +02:00
..
__init__.py initial add of ios_template module 2016-12-08 11:24:03 -05:00
_ios_template.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ios_banner.py Fallback to show-run on ios_banner for devices where show banner does not work (#22793) 2017-03-22 10:01:41 +01:00
ios_command.py fixes return data structure (#22830) 2017-03-21 14:41:59 +01:00
ios_config.py Introspect flag to use on 'show run' when using defaults in ios_config (#22903) 2017-03-28 10:20:52 +02:00
ios_facts.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
ios_system.py [WIP] Network module docs 2.3 (#22454) 2017-03-15 16:00:43 +00:00
ios_vrf.py [WIP] Network module docs 2.3 (#22454) 2017-03-15 16:00:43 +00:00