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/openswitch
Peter Sprygada 2133b92980 update ops_config module with new enhancements
* add src argument to provide path to config file
* add new choice to match used to ignore current running config
* add update argument with choices merge or check
* add backup argument to backup current running config to control host
* add save argument to save current running config to startup config
* add state argument to control state of config file
* deprecated force argument, use match=none instead

Note: this module only supports transport=cli

Tested on OpenSwitch 0.4.0
9 years ago
..
__init__.py initial add of ops_template module 10 years ago
ops_command.py openswitch: Docs fixes 10 years ago
ops_config.py update ops_config module with new enhancements 9 years ago
ops_facts.py openswitch: Docs fixes 10 years ago
ops_template.py openswitch: Docs fixes 10 years ago