- 10 Mar, 2014 25 commits
-
-
James Tanner committed
-
* Adds another module utility file which generalizes the access of urls via the urllib* libraries. * Adds a new spec generator for common arguments. * Makes the user-agent string configurable. Fixes #6211
James Cammarata committed -
Fixes #6331
James Cammarata committed -
James Cammarata committed
-
Andrew Resch committed
-
James Cammarata committed
-
tags lists are properly uniqued and joined now, also avoids type issues when passed as list/set or strings Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
amree committed
-
Fixes #6047
James Cammarata committed -
aresch committed
-
James Tanner committed
-
James Tanner committed
-
Luca Berruti committed
-
anatoly techtonik committed
-
failed: [127.0.0.1] => {"failed": true, "parsed": false} invalid output was: Traceback (most recent call last): File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 1328, in <module> main() File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 241, in main except exc.Unauthorized, e: NameError: global name 'exc' is not defined
Michael Scherer committed -
Jim Kytola committed
-
This prevents a traceback when the group is empty. Fixes #6258
Jesse Keating committed -
Fixes #5305
James Cammarata committed -
Hagai committed
-
Francesc Esplugas committed
-
Fixed missing ansible.errors import in assert module
Tefnet committed -
Serge van Ginderachter committed
-
Pavel Antonov committed
-
Iordan Iordanov committed
-
Add option to enable the sysctl -e option
jctanner committed
-
- 28 Feb, 2014 15 commits
-
-
James Cammarata 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
-