- 03 Mar, 2014 13 commits
-
-
James Tanner committed
-
CHANGELOG.md: remove duplicate entry about docker
jctanner committed -
docker_image: added support for docker_py >= 0.3.0, Docker API >= 1.8. Replace #6178
jctanner committed -
This reverts commit b769b418, reversing changes made to 1e01fb85.
James Tanner committed -
Fix regression causing setup to run for every play
jctanner committed -
This patch makes sure setup only runs once, unless it is enforced on a play.
Dag Wieers committed -
anatoly techtonik committed
-
Adds modules for managing Amazon RDS parameter and subnet groups.
jctanner committed -
get rid of newline chars when reading password file
jctanner committed -
typo fix
jctanner committed -
added better gentoo/funtoo support
jctanner committed -
Scott Anderson committed
- 02 Mar, 2014 4 commits
-
-
Francesc Esplugas committed
-
George Angelopoulos committed
-
missing import in assert module
James Cammarata committed -
Brian Coca committed
-
- 01 Mar, 2014 4 commits
-
-
Fixed missing ansible.errors import in assert module
Tefnet committed -
Michael DeHaan committed
-
Update CHANGELOG.md
Michael DeHaan committed -
Seizan Shimazaki committed
-
- 28 Feb, 2014 19 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Remove the legacy templating code, which was guarded by deprecation warnings in the previous two releases, and undocumented for a long time. use {{ foo }} to access variables instead of ${foo} or $foo.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Show more whitespace throughout playbook examples to encourage better standards in first playbooks folks write.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
the primary name of the parameter in the examples.
Michael DeHaan committed -
Trim references to fireball as we want folks using accelerate or pipelining options. Fireball is pretty well deprecated at this point, but will still be part of the release.
Michael DeHaan committed -
Fixes #5800
James Cammarata committed -
Update intro_configuration.rst
Michael DeHaan committed -
Fully delete 'ssh_old' and 'paramiko_alt' options
Michael DeHaan committed -
Typo in rabbitmq_plugin docs
Michael DeHaan committed -
Support ssh-ed25519 keys
Michael DeHaan committed -
The newest version of OpenSSH supports a new, wonderful key type. authorized_key incorrectly discards pubkeys of this type as busted because it doesn't recognize type signature.
Laurens Van Houtven committed -
If no group was specified, but a group by the same name as the user exists, an error was raised in the situation where USERGROUPS_ENAB is enabled in /etc/login.defs (which is the case for almost every major linux distro). In this case, the user will be put in group 100 (which is usually the "users" group on those same distros). This is currently only done in the base class, as the issue may not exist on other platforms like AIX or the BSDs. Fixes #6210
James Cammarata committed -
Should be "plugins", not "users".
Chris Sinchok committed
-