summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Missing comma in argument spec.release1.5.1Michael DeHaan2014-03-101-2/+2
* Update files for 1.5.1 release.v1.5.1Richard C Isaacson2014-03-107-6/+23
* Update the message about pycrypto to include that python-devel must be instal...Michael DeHaan2014-03-101-1/+1
* Implement new default cipher class AES256James Tanner2014-03-106-52/+410
* Force command action to not be executed by the shell unless specifically enabledJames Tanner2014-03-1019-245/+427
* Validate SSL certs accessed through urllib*James Cammarata2014-03-1023-404/+600
* Fix range issue in inventory and add additional error checkingJames Cammarata2014-03-101-5/+10
* Properly wrap logical elements together for su/sudo detectionJames Cammarata2014-03-101-1/+1
* Fix logic checking for both sudo and su, and their respective usersAndrew Resch2014-03-101-5/+5
* Un-escape newlines in delimiters for assemble moduleJames Cammarata2014-03-102-0/+8
* tags lists are properly uniqued and joined now, also avoids type issues when ...Brian Coca2014-03-101-1/+1
* MASTER_PORT variable for CHANGE MASTER TO command can only accept integer valueamree2014-03-101-1/+1
* Create the tempdir in the accelerate module if it doesn't existJames Cammarata2014-03-101-1/+7
* Fix respecting remote_tmp when sudo is usedaresch2014-03-101-2/+2
* Fixes #6077 decode escaped newline characters in content for the copy moduleJames Tanner2014-03-101-0/+6
* Fixes #6298 and adds a sudo unit test for synchronizeJames Tanner2014-03-102-3/+36
* fixes #6244Luca Berruti2014-03-101-2/+2
* setup: Fix KeyError: 'ipv4_secondaries' (issue #6274)anatoly techtonik2014-03-101-2/+4
* Fix wrong module name for exception in nova computeMichael Scherer2014-03-101-2/+2
* Removes pluralization of manager tag attribute.Jim Kytola2014-03-101-1/+1
* Avoid range selection on empty groupsJesse Keating2014-03-102-0/+11
* Adding a wait loop to ec2_elb for the initial lb state when registeringJames Cammarata2014-03-101-1/+11
* Fix incorrect use of copy on listHagai2014-03-101-1/+1
* get rid of newline chars when reading password fileFrancesc Esplugas2014-03-101-0/+2
* missing import in assert moduleTefnet2014-03-101-1/+1
* Fixes templating of ansible_ssh_host for delegatesSerge van Ginderachter2014-03-101-2/+5
* Support docker_py >= 0.3.0, Docker API >= 1.8, extended error reportingPavel Antonov2014-03-101-12/+43
* Add support for checking host against global known host files.Iordan Iordanov2014-03-101-26/+37
* Merge pull request #5872 from tomdymond/add-ignoreerror-to-sysctljctanner2014-03-101-2/+12
* Updating files for new upstream release 1.5.0v1.5.0release1.5.0James Cammarata2014-02-284-6/+6
* Misc changelog updates.Michael DeHaan2014-02-281-2/+6
* Release codename placeholder :)Michael DeHaan2014-02-281-1/+2
* Show more whitespace throughout playbook examples to encourage better standar...Michael DeHaan2014-02-288-6/+53
* Make the npm production parameter in the docs list the choices.Michael DeHaan2014-02-281-0/+1
* Simplify file module parameter description.Michael DeHaan2014-02-281-1/+1
* Since the ec2 parameter is named 'key_name' and 'keypair' is just an alias, useMichael DeHaan2014-02-281-10/+10
* Trim references to fireball as we want folks using accelerate or pipelining o...Michael DeHaan2014-02-286-100/+20
* Handle empty results from failed connections in _remote_md5()James Cammarata2014-02-281-1/+6
* Merge pull request #6076 from wshaddix/patch-1Michael DeHaan2014-02-281-1/+1
|\
| * Update intro_configuration.rstWes Shaddix2014-02-191-1/+1
* | Merge pull request #6224 from gildegoma/runner-connection-cleanupMichael DeHaan2014-02-281-3/+3
|\ \
| * | Fully clean 'ssh_old' and 'paramiko_alt' optionsGilles Cornu2014-02-281-3/+3
* | | Merge pull request #6222 from csinchok/patch-1Michael DeHaan2014-02-281-1/+1
|\ \ \
| * | | Typo in rabbitmq_plugin docsChris Sinchok2014-02-281-1/+1
| |/ /
* | | Merge pull request #6223 from lvh/patch-2Michael DeHaan2014-02-281-0/+1
|\ \ \
| * | | Support ssh-ed25519 keysLaurens Van Houtven2014-02-281-0/+1
| |/ /
* | | Use the no-user-groups option (-N) for useradd in the user moduleJames Cammarata2014-02-281-0/+6
|/ /
* | Merge pull request #6221 from risaacson/pull_6176Richard Isaacson2014-02-281-5/+16
|\ \
| * | Typo fix.Richard C Isaacson2014-02-281-1/+1
| * | Replace mode with octal renaming to mode.Richard C Isaacson2014-02-281-2/+1