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/ios
Peter Sprygada 2961087f26 added new functionality to ios_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.
9 years ago
..
__init__.py initial add of ios_template module 10 years ago
ios_command.py added new functionality to ios_command 9 years ago
ios_config.py Merge pull request #4323 from Qalthos/ios_config_bugfix 10 years ago
ios_facts.py ios & iosxr Documentation improvements (#4321) 10 years ago
ios_template.py ios & iosxr Documentation improvements (#4321) 10 years ago