summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/vyos.py
Commit message (Collapse)AuthorAgeFilesLines
* adds new function to check config for unsupported commandsPeter Sprygada2016-07-151-0/+13
| | | | | | Some commands fail when being set so the load_config function will now filter those commands out and return them in the result key as filtered.
* add common argument save_config to vyos_argument_specPeter Sprygada2016-07-141-6/+6
|
* bug fixes in vyos shared modulePeter Sprygada2016-07-051-10/+18
| | | | | | * fixes lots of bugs with get_config function to perform correctly * refactors load_config into load_candidate * adds load_config function to convert commands to NetworkConfig
* add get_config function to vyos shared modulePeter Sprygada2016-07-041-3/+8
| | | | | | This adds a new shard function get_config to retrieve the device configuration either from module arguments or remotely from the device.
* initial commit of vyos shared module with Cli transportPeter Sprygada2016-06-231-0/+154
This adds support for the VyOS network operating system using the Cli transport. This module will simplify building VyOS based modules in Ansible