summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/junos.py
Commit message (Expand)AuthorAgeFilesLines
* Save commit_timeout as string in junos_config (#24761)Abhijeet Kasurde2017-05-181-1/+1
* Junos_config unicode (#23369)Nathaniel Case2017-04-271-3/+3
* Fixes #23960 junos_config fail with config in xml (#23962)Ganesh Nalawade2017-04-251-3/+5
* Make warning logs consistent (#23666)Ganesh Nalawade2017-04-181-1/+13
* Remove Warning for provider (#23652)Ken Celenza2017-04-181-1/+1
* Redo #23418 (#23425)Nathaniel Case2017-04-071-1/+6
* Fixes #23388 Network provider masks too much (#23418)Chris Alfonso2017-04-071-1/+1
* Fix junos rollback id validate issue (#23283)Ganesh Nalawade2017-04-051-5/+4
* junos_config: Remove reliance on ability to output configuration in `set` for...Nathaniel Case2017-04-041-2/+3
* Add no_log to all network module_utils provider argument (#22566)Ricardo Carrillo Cruz2017-03-131-1/+1
* fixes candidate var type in junos shared lib (#22551)Peter Sprygada2017-03-131-3/+10
* roll up of fixes and updates for junos modules (#22543)Peter Sprygada2017-03-121-7/+9
* updates junos shared lib and action handler (#22541)Peter Sprygada2017-03-121-74/+17
* Junos fixes (#22423)Peter Sprygada2017-03-111-11/+12
* Junos provider readd (#21869)Nathaniel Case2017-03-011-1/+1
* refactors junos modules to support persistent socket connections (#21365)Peter Sprygada2017-02-161-289/+178
* Add 'update' parameter in junos_config module (#19046)Ganesh Nalawade2016-12-211-14/+3
* Fix overwrite parameter in module_utils.junos (#18671)ikelos2016-12-121-2/+2
* fixes timeout param in netconf provider for junos (#18634)Peter Sprygada2016-11-261-0/+1
* fixes issue with run_commands raising error (#17861)Peter Sprygada2016-10-021-0/+3
* fixes unicode conversation from junos get_config() method (#17841)Peter Sprygada2016-09-301-1/+1
* fixes conditional processing with junos and xml data structures (#17801)Peter Sprygada2016-09-281-1/+1
* adds overwrite kwarg to load_config in junos (#17798)Peter Sprygada2016-09-281-2/+8
* fixes issue where junos shared module was ignoring ssh_keyfile (#17712)Peter Sprygada2016-09-221-5/+14
* fixes commit confirm check in junos shared module (#17663)Peter Sprygada2016-09-201-0/+12
* remove old imports from junos shared module (#17655)Peter Sprygada2016-09-191-4/+0
* clean up junos shared module (#17652)Peter Sprygada2016-09-191-4/+1
* Add simple checks for libraries to junosNathaniel Case2016-09-161-0/+10
* Cleanup junos (#17530)Nathaniel Case2016-09-121-5/+4
* updates junos shared module methodsPeter Sprygada2016-09-111-26/+21
* minor update to catch expection if trying close a non existent sessionPeter Sprygada2016-09-091-1/+3
* Network module cleanup (#17334)Nathaniel Case2016-09-061-2/+2
* roll up of updates to junos shared modulePeter Sprygada2016-09-041-70/+119
* Update Junos to NetworkModule (#17197)Nathaniel Case2016-08-311-205/+96
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-231-1/+2
* Added and-quit to all commit statements. (#16411)Stian Vikan2016-07-011-1/+1
* fixes using ssh keyfile with junos network modulePeter Sprygada2016-06-131-2/+6
* Merge pull request #15755 from ocadotechnology/fix-junos-netconf-ssh-agentPeter Sprygada2016-05-181-1/+1
|\
| * Allow ssh agent usage for junos_netconfMike Bryant2016-05-091-1/+1
* | Port the rest of the file to the 2.4/3 compatible syntax (#15873)Michael Scherer2016-05-161-8/+16
* | Check for jxmlease when using netconf on JUNOS. (#15835)Nathaniel Case2016-05-131-0/+2
|/
* Clarify exception handling in net modules (#15507)Nathaniel Case2016-04-251-12/+21
* adds check on config_format kwarg in junosPeter Sprygada2016-04-241-2/+5
* Merge pull request #5 from dgarros/pyezPeter Sprygada2016-04-241-4/+7
* adds support for netconf to junos shared modulePeter Sprygada2016-04-221-31/+237
* Update IOS, IOSXR, JUNOS, & OpenSwitch for environment vars.Nathaniel Case2016-04-121-4/+6
* Fix network modules for ziploader changesNathaniel Case2016-04-061-4/+4
* ZiploaderToshio Kuratomi2016-04-051-0/+4
* minor bugfix that will catch connection errors in junosPeter Sprygada2016-02-171-1/+6
* update shared module junos to handle root loginsPeter Sprygada2016-02-111-1/+2