- 14 Feb, 2014 5 commits
-
-
Allow the example to be copy-pasted with minimal confusion about the error.
Amir H. Hajizamani committed -
https://github.com/worklez/ansible…
Merge branch 'allow-equals-in-ini-vars' of https://github.com/worklez/ansible into worklez-allow-equals-in-ini-vars
James Cammarata committed -
Filter out messages that match the pattern username:password@host
James Cammarata committed -
Ilya Kuznetsov committed
-
Michael DeHaan committed
-
- 13 Feb, 2014 15 commits
-
-
Michael DeHaan committed
-
Add the start of an integration test structure using Ansible playbooks, also added an assert action plugin to make writing those easier.
Michael DeHaan committed -
Small fix for ec2 validate_certs option
James Cammarata committed -
Chris Hoffman committed
-
Adding 'validate_certs' option to EC2 modules
James Cammarata committed -
Also removing validate_cert option from the cloudformation module docs, as it does not use the standard ec2 connection.
James Cammarata committed -
This filtering is done in both the module invocation logging and in the regular verbose() logging output. Fixes #4087
James Cammarata committed -
Fix broken behavior when removing all auxiliary groups from a user. See #5933 for more details. Tests by hand correct and passes "make clean tests".
Richard Isaacson committed -
When disabled, the boto connection will be instantiated without validating the SSL certificate from the target endpoint. This allows the modules to connect to Eucalyptus instances running with self-signed certs without errors. Fixes #3978
James Cammarata committed -
James Tanner committed
-
James Tanner committed
-
ec2 module fails when state is not absent
jctanner committed -
directory detection should now work on BSDs, added AIX alternate path
Michael DeHaan committed -
Brian Coca committed
-
tagged_instances is initialised in a scope not visible when state is not absent.
Will Thames committed
-
- 12 Feb, 2014 20 commits
-
-
James Cammarata committed
-
Pavel Antonov committed
-
Pavel Antonov committed
-
Pavel Antonov committed
-
James Cammarata committed
-
Documentation updates to rax_files, rax_files_objects
Michael DeHaan committed -
Fixes #3688
James Cammarata committed -
airbrake: Made the reporting URL an optional parameter
Michael DeHaan committed -
Reverting unarchive tests.
Richard Isaacson committed -
James Cammarata committed
-
We run into some problems because tar --diff will take into account the file ownership and fail if they don't match. The real-world implication of this is that we could be doing more unarchives then we need to be doing.
Richard C Isaacson committed -
Paul Durivage committed
-
Tell user to make inventory plugin executable
Michael DeHaan committed -
Update doc, irc and mailing list information in manpages input
Michael DeHaan committed -
remove check for version string
Michael DeHaan committed -
this check does not get used anywhere and is not needed as zypper/rpm can handle version information directly
Robin Roth committed -
Updates for the unarchive module and action_plugin.
Richard Isaacson committed -
Some small changes to per notes from @mpdehann.
Richard C Isaacson committed -
Maykel Moya committed
-
mention that include works with addtional task files
Michael DeHaan committed
-