You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
__init__.py initial add of eos_config module 9 years ago
eos_command.py refactor the eos_command module to use the CommandRunner 8 years ago
eos_config.py Fixed typos 9 years ago
eos_eapi.py Various simple linting type cleanups on modules 9 years ago
eos_template.py handles config replace properly in eos_template 9 years ago