- 28 Feb, 2014 28 commits
-
-
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 -
These transports have been removed in 33857855
Gilles Cornu committed -
stat module: mode is now returned as an octal and md5 call can be skipped.
Richard Isaacson committed -
Richard C Isaacson committed
-
Closes GH-6176 This way for mode we return in an octal format which is immediately usable compared to transforming it later.
Richard C Isaacson committed -
added octal representation of mode and made md5 checksumming optional
Richard Isaacson committed -
Copy Module: Add the ability to set directory attributes on recursive copy.
Richard Isaacson committed -
Richard C Isaacson committed
-
Richard C Isaacson committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
docker: update to docker-py 0.3.0, plus full port binding support etc. from #5639
jctanner committed -
Closes GH-6194. These changes pass attribute modifications through to new directories during a recursive copy with an addition allowing for the directory mode to be set independantly.
Richard C Isaacson committed
-
- 27 Feb, 2014 12 commits
-
-
Fixes #6205 Add install_repoquery parameter to the yum module
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Fixes #6209
James Cammarata committed -
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-