ansible/network
Peter Sprygada 2961087f26 added new functionality to ios_command
* 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> }.  Command and output are required arguments. Output
accepts valid values text and json.
2016-08-22 11:46:27 -04:00
..
basics get_url headers param values parsing (#4245) 2016-08-10 23:49:58 +02:00
cumulus Cumulus - consistent docs formatting 2016-08-04 12:18:06 +01:00
eos General EOS documentation improvements 2016-08-02 21:46:08 +01:00
ios added new functionality to ios_command 2016-08-22 11:46:27 -04:00
iosxr ios & iosxr Documentation improvements (#4321) 2016-08-05 19:26:09 -04:00
junos Update junos_config.py 2016-08-05 17:01:52 +01:00
nxos added a period 2016-08-18 07:21:32 -04:00
openswitch openswitch: Docs fixes 2016-08-05 14:40:52 +01:00
vyos vyos: Docs fixes 2016-08-05 15:14:04 +01:00
__init__.py package files 2014-09-26 11:05:47 -04:00