ansible/network/iosxr
Peter Sprygada 12d6ae8de4 add new functionality to iosxr_command module
* commands argument now accepts a dict arguments[1]
* waitfor has been renamed to wait_for with an alias to waitfor
* only show commands are allowd when check mode is specified
* config mode is no longer allowed in the command stack
* add argument match with valid values any, all

[1] The commands argument will now accept a dict argument that can
specifiy the output format of the command.  To specify a dict argument
use the form of { command: <str>, output: <str>, prompt: <str>,
response: <str> }.
2016-08-23 09:33:12 -04:00
..
__init__.py initial add of iosxr_command module 2016-02-12 17:04:12 -05:00
iosxr_command.py add new functionality to iosxr_command module 2016-08-23 09:33:12 -04:00
iosxr_config.py ios & iosxr Documentation improvements (#4321) 2016-08-05 19:26:09 -04:00
iosxr_template.py ios & iosxr Documentation improvements (#4321) 2016-08-05 19:26:09 -04:00