summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/network.py
Commit message (Expand)AuthorAgeFilesLines
* Add no_log to all network module_utils provider argument (#22566)Ricardo Carrillo Cruz2017-03-131-1/+1
* update the _ios_template module to use the network_cli plugin (#19933)Peter Sprygada2017-01-061-3/+7
* updates netcfg and refactors Config class (#19920)Peter Sprygada2017-01-041-6/+19
* Exception.message gone in 3.x (#18221)Nathaniel Case2016-10-281-3/+4
* adds log message for successful connection and disconnection (#17993)Peter Sprygada2016-10-121-0/+3
* Update Junos to NetworkModule (#17197)Nathaniel Case2016-08-311-1/+0
* replaces NetCli in network with CliBase in shellPeter Sprygada2016-08-201-58/+0
* fix broken import statement from netcli renamePeter Sprygada2016-08-201-1/+1
* removes Cli and Config objects from network into separate modulesPeter Sprygada2016-08-201-82/+9
* Relicense low-hanging fruit to BSD (#17025)Nathaniel Case2016-08-101-13/+23
* OpenSwitch Cli & most of RestNathaniel Case2016-08-081-1/+1
* adds restconf transport option to ios shared modulePeter Sprygada2016-07-091-0/+7
|\
| * New ModuleStub solutionNathaniel Case2016-07-071-0/+7
* | add helper factory function to avoid breaking network modules in develPeter Sprygada2016-07-091-46/+50
|\ \ | |/ |/|
| * Refactor network and eos module_utils to use a subclass instead of factory fu...Toshio Kuratomi2016-07-061-46/+43
* | Net mod ios (#16426)Nathaniel Case2016-07-071-0/+4
|/
* captures the responses from running commands and adds response to objectPeter Sprygada2016-07-041-3/+10
* changes Config class in network to only raise exceptionsPeter Sprygada2016-06-221-5/+0
* Network Module: EOS (#16158)Nathaniel Case2016-06-201-0/+282