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
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
..
basics get_url headers param values parsing (#4245) 10 years ago
cumulus Cumulus - consistent docs formatting 10 years ago
eos General EOS documentation improvements 10 years ago
ios added new functionality to ios_command 9 years ago
iosxr ios & iosxr Documentation improvements (#4321) 10 years ago
junos Update junos_config.py 10 years ago
nxos added a period 9 years ago
openswitch openswitch: Docs fixes 10 years ago
vyos vyos: Docs fixes 10 years ago
__init__.py package files 11 years ago