ansible/network/eos
Peter Sprygada 11efe33730 refactor the eos_command module to use the CommandRunner
* This adds support the CommandRunner to handle executing commands on
the remote device.
* It also changes the waitfor argument to wait_for to remain compatable
with other modules and adds an alias for waitfor.
* Restricts commands to show commands only when check mode is specified.
* add version_added to wait_for doc string
2016-07-06 21:28:48 -04:00
..
__init__.py initial add of eos_config module 2016-02-06 06:55:27 -05:00
eos_command.py refactor the eos_command module to use the CommandRunner 2016-07-06 21:28:48 -04:00
eos_config.py Fixed typos 2016-05-06 14:34:31 -07:00
eos_eapi.py Various simple linting type cleanups on modules 2016-02-16 15:58:44 -06:00
eos_template.py handles config replace properly in eos_template 2016-04-05 22:58:04 -04:00