ansible/network/nxos
Peter Sprygada 85b0bbc5c0 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-08-22 14:01:06 -04:00
..
__init__.py initial add of new nxos_config module 2016-02-04 11:31:19 -05:00
nxos_command.py added new functionality to nxos_command 2016-08-22 14:01:06 -04:00
nxos_config.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_facts.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_feature.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_interface.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_ip_interface.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_nxapi.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_ping.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_switchport.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_template.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_vlan.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_vrf.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_vrf_interface.py NXOS Docs update 2016-08-05 13:01:13 +01:00
nxos_vrrp.py NXOS Docs update 2016-08-05 13:01:13 +01:00