summaryrefslogtreecommitdiff
path: root/lib/ansible/utils
Commit message (Expand)AuthorAgeFilesLines
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-233-14/+15
* Move a path being passed around as a byte string to being passed around as a ...Toshio Kuratomi2016-08-221-10/+29
* Update junos docs fragment to note the default port for transport=netconfAndrew Gaffney2016-08-131-1/+1
* Add missing version_added (#17050)John R Barker2016-08-111-0/+3
* added unsafe_writes as common file feature (#17016)Brian Coca2016-08-091-0/+10
* Adds module doc fragment for F5 modulesTim Rupp2016-08-051-0/+52
* * Fix race in creating temp directories pre-fork (#16965)Toshio Kuratomi2016-08-041-1/+1
* FEATURE: adding variable serial batchesJames Cammarata2016-08-041-0/+34
* Colorize around text (#16415)Alexandre Garnier2016-07-231-3/+3
* add new features to ios shared modulePeter Sprygada2016-07-111-1/+29
* initial add of vyos shared documentation fragmentsPeter Sprygada2016-07-041-0/+75
* Update and pin to azure-2.0.0rc5chouseknecht2016-07-021-2/+2
* push unicode handling into unfrackBrian Coca2016-06-281-2/+2
* fix path utilsBrian Coca2016-06-281-5/+7
* Merge pull request #15992 from ogenstad/asaPeter Sprygada2016-06-271-0/+113
|\
| * Module util, template action and doc fragment for Cisco ASAogenstad2016-06-011-0/+113
* | Fix string coercion problem in error handling code ...art-at-sky2016-06-171-1/+1
* | Typo fix: Kuraotmi -> Kuratomivlna2016-06-061-1/+1
* | update azure minimum doc fragmentnitzmahone2016-06-041-1/+1
* | Add validate_certs to vmware doc fragment (#16096)Bede Carroll2016-06-021-0/+7
* | return friendlier error when failing to make dirsBrian Coca2016-05-201-2/+3
|/
* docs: cloudstack: add cloudstack guide to doc fragments (#15898)René Moser2016-05-191-0/+1
* Updating VCA module documentation (#14368)Jiri Tyr2016-05-061-1/+1
* Merge pull request #15618 from chouseknecht/docker_doc_fragChris Houseknecht2016-04-291-16/+29
|\
| * Add aliaseschouseknecht2016-04-271-0/+10
| * Updated doc fragment to be consistent with the getting started guide.chouseknecht2016-04-271-16/+19
* | added common azure tags fragmentBrian Coca2016-04-271-0/+38
|/
* Documentation fragment. To be used with modules that use basic auth. (#15582)Jonathan Davila2016-04-251-0/+42
* Prevent race in key setup for accelerate daemon (#15299)Darragh Bailey2016-04-251-15/+34
* added missing alias to docker doc fragmentBrian Coca2016-04-251-1/+2
* Adding docker doc frag (#15494)Chris Houseknecht2016-04-201-0/+79
* Update Azure doc fragment (#15450)Chris Houseknecht2016-04-181-0/+7
* Adding Azure module doc fragments.chouseknecht2016-04-161-0/+75
* Allow timeout to be configurable (#14973)Patrick Ogenstad2016-04-141-0/+6
* Update IOS, IOSXR, JUNOS, & OpenSwitch for environment vars.Nathaniel Case2016-04-124-18/+60
* First implementation of 'fallback' parameterNathaniel Case2016-04-122-10/+25
* Fixes to the documentation build (#15356)Toshio Kuratomi2016-04-111-3/+5
* moved last utils.debug to display.debugBrian Coca2016-04-081-18/+0
* moved display's debug lock to cli as globalBrian Coca2016-04-081-4/+9
* Adds 'ansible_check_mode' boolean magic variableStrahinja Kustudić2016-04-081-0/+7
* Override params from environment variables, if set.Nathaniel Case2016-03-301-1/+7
* Fix boolean choices in module docs fragmentsDavid Wittman2016-03-274-10/+10
* Merge pull request #14679 from dagwieers/merge_hash_v2James Cammarata2016-03-191-1/+1
|\
| * Avoid merging a dict and a AnsibleUnicodeDag Wieers2016-02-261-1/+1
* | Add docs for mysql* modules connect_timeout.Matt Clay2016-03-161-0/+6
* | Add missing to_bytes on directory path.Matt Clay2016-03-111-1/+2
* | added v for least verbose display functionBrian Coca2016-03-071-0/+3
* | Use to_bytes on filenames in filesystem calls.Matt Clay2016-03-041-2/+3
* | Merge pull request #14774 from lamby/ignore-epipe-when-flushing-stdout-stderrBrian Coca2016-03-031-4/+13
|\ \
| * | Ignore EPIPE to avoid tracebacks when piping output to other commandsChris Lamb2016-03-031-1/+9