summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils
Commit message (Expand)AuthorAgeFilesLines
* Prefer the stdlib SSLContext over urllib3 contextToshio Kuratomi2018-02-231-3/+9
* Fix Linux blockdevice size computation (#34645)Adam Miller2018-01-101-2/+2
* Fixes verify_ssl option when False in ansible_tower module util (#30308)ethackal2017-09-141-1/+1
* Ensure proper conversion while backing up of junos config (#28958) (#28992)Ganesh Nalawade2017-09-041-2/+2
* Junos_config unicode (#23369) (#28913)Ganesh Nalawade2017-09-011-3/+3
* Handle AttributeError in vmware module_utilsAbhijeet Kasurde2017-08-311-2/+7
* Update connection logic in vmware module_utilsAbhijeet Kasurde2017-08-251-14/+15
* exoscale: fix api_key param auth typoRene Moser2017-08-221-1/+1
* Import to_nativeToshio Kuratomi2017-08-071-0/+1
* fix unicode errors in iosxrDavid Newswanger2017-08-071-2/+3
* Fix #26918: IOS TypeError (#26999)David Newswanger2017-08-071-3/+3
* Need regex and string types to match when cleaning arguments for loggingToshio Kuratomi2017-08-071-1/+1
* fix NameError eos_config (#27684)Trishna Guha2017-08-031-2/+2
* Fix for nonutf8 filenames causing crashes when setting permissionsToshio Kuratomi2017-07-251-7/+11
* Fix for to_text and to_bytes error handlersToshio Kuratomi2017-07-242-12/+15
* fix deprecation for transport param when not used (#25782)Trishna Guha2017-06-161-1/+2
* Add support to fetch old style junos facts (#25250) (#25292)Ganesh Nalawade2017-06-021-0/+3
* Fixing policy sorting for Python 3mechaxl2017-06-011-1/+3
* Fix IndexError when junos_config contains multiple delete lines (#25139) (#25...Ganesh Nalawade2017-06-011-0/+3
* Docker does not output Status after pull anymore.Konrad Klimaszewski2017-06-011-5/+4
* Solaris fact fix (#24793)Brian Coca2017-06-011-0/+1
* Remove deprecation for username/password eos_user, nxos_user and Doc update (...Trishna Guha2017-05-222-6/+15
* Fix transport getting set to None when not set explicitly (#24769) (#24773)Trishna Guha2017-05-181-0/+1
* Save commit_timeout as string in junos_config (#24761) (#24764)Ganesh Nalawade2017-05-181-1/+1
* Fix UnboundLocalError in basic.pyAbhijeet Kasurde2017-05-151-1/+1
* Give user whatever information we have from ssh-keyscanToshio Kuratomi2017-05-051-2/+12
* Facts Timeout was not settable via ansible.cfgToshio Kuratomi2017-05-011-6/+8
* Fix ClearLinux pretty nameAlberto Murillo Silva2017-05-011-1/+1
* asa_command: set default_output to text (#23979)Patrick Ogenstad2017-04-261-0/+2
* Fixes #23960 junos_config fail with config in xml (#23962) (#23978)Ganesh Nalawade2017-04-251-3/+5
* fix hashing when path is symlinkBrian Coca2017-04-201-1/+1
* EOS default transport (#23824)Nathaniel Case2017-04-201-4/+2
* Use isfile check on package manager pathsLogan Attwood2017-04-201-1/+1
* Make warning logs consistent (#23666) (#23716)Ganesh Nalawade2017-04-183-5/+43
* Remove Warning for provider (#23652) (#23714)Ganesh Nalawade2017-04-181-1/+1
* Nxos vxlan vtep vni netcfg fix (#23620)Daniel2017-04-171-60/+5
* Fix errors reported by pylint. (#23282)Matt Clay2017-04-133-4/+4
* Fallback to old ssl_wrap_socketMatt Martz2017-04-131-7/+26
* Use PyOpenSSLContext instead of deprecated wrap_ssl_context from urllib3.cont...Matt Martz2017-04-131-18/+17
* Redo #23418 (#23425)Nathaniel Case2017-04-0810-10/+60
* Fixes #23388 Network provider masks too much (#23418) (#23424)Chris Alfonso2017-04-075-5/+5
* Unhardcode the port and protocol on eos EAPI (#23350)Ricardo Carrillo Cruz2017-04-061-11/+8
* fix iosxr commands to encode json (#23346) (#23355)John R Barker2017-04-061-0/+1
* Fix junos pylint issues (#23292)Ganesh Nalawade2017-04-051-5/+4
* junos_config: Remove reliance on ability to output configuration in `set` for...Nathaniel Case2017-04-042-5/+24
* Remove dupe supports_session method from eos module_utils (#23240)Ricardo Carrillo Cruz2017-04-041-4/+0
* Ansible 2.3 feature support for dellos6. (#23084) (#23147)John R Barker2017-03-301-83/+99
* Fix ios_config return on python 2.4 (#23094)Ricardo Carrillo Cruz2017-03-301-1/+4
* Introspect flag to use on 'show run' when using defaults in ios_config (#22903)Ricardo Carrillo Cruz2017-03-291-0/+10
* Fall-back to show configuration on old IOSXR devices (#22900)Ricardo Carrillo Cruz2017-03-291-1/+8