summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When setting up the local connection for the rsync we need to set the shell a...synchronize-set-shellToshio Kuratomi2016-01-281-1/+17
* Merge pull request #14173 from sradvan/doc-fix-bsd-introBrian Coca2016-01-281-31/+24
|\
| * grammar fixes; capitalize where necessary; general clean-upScott Radvan2016-01-281-31/+24
* | Merge pull request #14189 from ansible/unicode-pagerToshio Kuratomi2016-01-284-20/+31
|\ \
| * | Changes to convert to unicode at the bordersToshio Kuratomi2016-01-284-20/+31
* | | Merge pull request #14168 from ansible/safer-squashingToshio Kuratomi2016-01-282-11/+49
|\ \ \ | |/ / |/| |
| * | Squashing was occuring even though pkgs didn't have a template that would be ...safer-squashingToshio Kuratomi2016-01-272-11/+49
| |/
* | Update submodule refsToshio Kuratomi2016-01-282-16/+10
* | Merge pull request #14170 from strictlyd/develBrian Coca2016-01-281-1/+1
|\ \ | |/ |/|
| * Fixing typo depricated for deprecated.Darren Tong2016-01-271-1/+1
|/
* fixed unit test to match new output of become/suBrian Coca2016-01-271-1/+1
* Merge pull request #14153 from oneswig/doc-ipaddr-add-subnet-masksJames Cammarata2016-01-271-0/+31
|\
| * Details on how to convert subnet masks into CIDRStig Telfer2016-01-271-0/+31
* | added note about 1.9 ppaBrian Coca2016-01-271-0/+1
* | fixed issue with vars prompt warning causing errorBrian Coca2016-01-271-5/+4
* | Return an error when synchronize is used with something other than an ssh con...Toshio Kuratomi2016-01-271-0/+7
* | fix for so su works in more casesBrian Coca2016-01-271-3/+7
* | address minor bugs in nxos shared modulePeter Sprygada2016-01-271-18/+24
* | fixes issue with eos shared module argument precedencePeter Sprygada2016-01-271-1/+2
* | Don't try to generate retry files if the tqm hasn't been initializedJames Cammarata2016-01-271-14/+14
|/
* Merge pull request #14140 from ansible/synchronize-ports-fixToshio Kuratomi2016-01-261-4/+26
|\
| * Fix for inventory hosts on localhost with alternate ports.Toshio Kuratomi2016-01-261-4/+26
|/
* Make retry file generation not use StringIOJames Cammarata2016-01-261-8/+3
* Re-implementing the retry file feature for 2.0James Cammarata2016-01-262-1/+37
* Fix lookup of parent attribute when parent doesn't have the attrJames Cammarata2016-01-262-18/+9
* fixed permissions check for ansible.logBrian Coca2016-01-261-9/+8
* Merge pull request #14044 from skorochkin/develBrian Coca2016-01-263-4/+17
|\
| * [hotfix] add missed playbook fileSergii Korochkin2016-01-211-0/+5
| * Adding support for scm-based role source urls (incl. integration test to cove...Sergii Korochkin2016-01-212-4/+12
* | Merge pull request #14105 from towolf/expand_get_diffBrian Coca2016-01-261-0/+2
|\ \
| * | Handle the key 'prepared' in the 'diff' result from modulesTobias Wolf2016-01-261-0/+2
|/ /
* | Update submodule refs to pick up the synchronize internal parameterToshio Kuratomi2016-01-252-12/+15
* | Merge pull request #13968 from ansible/synchronize-become-is-reversedToshio Kuratomi2016-01-252-19/+55
|\ \
| * | For synchronize, fix sudo to execute on the remote end of the connectionToshio Kuratomi2016-01-252-19/+55
* | | python3 doesn't have raw explicit-unicode literals. Workaround it with a raw...Toshio Kuratomi2016-01-251-2/+2
* | | Transform tracebacks into unicode before printingToshio Kuratomi2016-01-254-11/+14
* | | raise AnsibleError as an 'expected' exceptionBrian Coca2016-01-251-1/+1
* | | simpler conditionalBrian Coca2016-01-251-3/+3
* | | Merge pull request #13166 from defionscode/ec2_util_boto3Brian Coca2016-01-251-5/+12
|\ \ \ | |/ / |/| |
| * | Boto3 error handle fixJonathan Davila2016-01-251-1/+3
| * | Merge remote-tracking branch 'upstream/devel' into ec2_util_boto3Jonathan Davila2016-01-25280-2487/+11628
| |\ \ | |/ / |/| |
* | | adhoc now respects limit when listing hostsBrian Coca2016-01-251-8/+4
* | | ensure stdout callback alwasy is loaded firstBrian Coca2016-01-251-2/+4
* | | better error when host inventory script isnt dictBrian Coca2016-01-251-1/+4
* | | add webdocs as aliasBrian Coca2016-01-251-0/+2
* | | Merge pull request #14087 from grahamu/changelog_ssh_deprecatedBrian Coca2016-01-251-0/+1
|\ \ \
| * | | Update CHANGELOG.mdGraham Ullrich2016-01-231-0/+1
* | | | Merge pull request #14102 from senk/fix_docuBrian Coca2016-01-251-1/+1
|\ \ \ \
| * | | | Fixes documentation formattingRobin Naundorf2016-01-251-1/+1
* | | | | Merge pull request #14110 from infracaninophile/develBrian Coca2016-01-251-1/+1
|\ \ \ \ \