- 13 Feb, 2014 10 commits
-
-
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 -
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 26 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 -
Minor grammar fix in manpages and update docs url.
Michael DeHaan committed -
Mention we can include roles/x/tasks/anothertasks.yml with `include anothertasks.yml` within the role's `main.yml` as this is not obvious from the documentation
Jakub Holy committed -
There is a bit going on with the changes here. Most of the changes are cleanup of files so that they line up with the standard files. PR #5136 was merged into the current devel and brought up to working order. A few bug fixes had to be done to get the code to test correctly. Thanks out to @pib! Issue #5431 was not able to be confirmed as it behaved as expected with a sudo user. Tests were added via a playbook with archive files to verify functionality. All tests fire clean including custom playbooks across multiple linux and solaris systems.
Richard C Isaacson committed -
Richard C Isaacson committed
-
Allow hacking/env-setup module path to use config file library path
Michael DeHaan committed -
hacking/env-setup now adds the configured library path in ANSIBLE_CONFIG to the ANSIBLE_LIBRARY environment variable in addition to the previous default of ANSIBLE_HOME/library. This replaces #5950.
willthames committed
-
- 11 Feb, 2014 4 commits
-
-
rax_facts and rax_keypair modules: update docs
Michael DeHaan committed -
Matt Martz committed
-
Fixes #4821
James Cammarata committed -
James Cammarata committed
-