community.general/lib/ansible/modules/network
Peter Sprygada e09cfec2e9 added new functionality to nxos_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-12-08 11:24:51 -05:00
..
basics get_url headers param values parsing (#4245) 2016-12-08 11:24:49 -05:00
cumulus Cumulus - consistent docs formatting 2016-12-08 11:24:47 -05:00
eos General EOS documentation improvements 2016-12-08 11:24:47 -05:00
ios merge functions from ios into ios_config 2016-12-08 11:24:51 -05:00
iosxr ios & iosxr Documentation improvements (#4321) 2016-12-08 11:24:48 -05:00
junos junos: Docs update 2016-12-08 11:24:48 -05:00
nxos added new functionality to nxos_command 2016-12-08 11:24:51 -05:00
openswitch openswitch: Docs fixes 2016-12-08 11:24:48 -05:00
vyos vyos: Docs fixes 2016-12-08 11:24:48 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00