ansible/network/eos
Peter Sprygada 356888a3a3 add new functionality to eos_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> }.  Command and output are required arguments. Output
accepts valid values text and json.
2016-08-23 09:23:00 -04:00
..
__init__.py initial add of eos_config module 2016-02-06 06:55:27 -05:00
eos_command.py add new functionality to eos_command module 2016-08-23 09:23:00 -04:00
eos_config.py General EOS documentation improvements 2016-08-02 21:46:08 +01:00
eos_eapi.py General EOS documentation improvements 2016-08-02 21:46:08 +01:00
eos_template.py General EOS documentation improvements 2016-08-02 21:46:08 +01:00