- 06 Feb, 2014 1 commit
-
-
Refactor the currently well-factored ec2 modules (i.e. those that already use ec2_connect) to have a common argument spec. The idea is that new modules can use this spec without duplication of code, and that new functionality can be added to the ec2 connection code (e.g. security token argument)
Will Thames committed
-
- 05 Feb, 2014 18 commits
-
-
Make PKGBUILD packaging standards compliant.
jctanner committed -
* replace pointless patch with PYTHON=python2 * simplify git describe command * move pkgver() function lower, so build chroots can make use of it * align packages in optdepends using spaces * use double quotation marks only where it's needed * unify usage of brackets sorrounding variables * shorten pkgdesc (kudos to Fedora) * update README
Bartłomiej Piotrowski committed -
Clarify doc for get_url
Richard Isaacson committed -
James Tanner committed
-
Fixes #4633
James Cammarata committed -
Added module to handle rabbit policies [1]
jctanner committed -
Minor tweaks to simplify examples and documentation
jctanner committed -
rds module: add snapshot capabilities
jctanner committed -
Move a sentence from doc for the "force" option to that for the "dest" option.
Eric Hanchrow committed -
This is accomplished by not setting the If-Modified-Since header, and setting "cache-control: no-cache" instead. Note that if the file content has not changed, the module will still report that changed=false, as the md5's of the tmp file and existing file are compared before swapping Fixes #5104
James Cammarata committed -
Added -FF flag to rsync invocation in synchronize
jctanner committed -
synchronize module: Added existing_only options to skip creating new files on receiver
jctanner committed -
Fix slow ssh
jctanner committed -
Add support for --copy-links in synchronize
jctanner committed -
Fix missing quote mark in route53 doc example
jctanner committed -
Amir H. Hajizamani committed
-
Made a few things more consistent with the bulk of the other EC2 modules and removed an unnecessary check that is handled by AnsibleModule
willthames committed -
We break the read while loop after waiting "the end of the process" and the pipes are empty, otherwise we do another select that waits all the timeout.
Luca Berruti committed
-
- 04 Feb, 2014 7 commits
-
-
fixed bug causing symlinks to fail in the host_vars, group_vars etc dire...
jctanner committed -
PlayBook: better error message
jctanner committed -
Enable changes to ttl of a record to be propogated to route53
jctanner committed -
Use /etc/rc.conf.local for sevice configuration on FreeBSD
jctanner committed -
James Tanner committed
-
James Tanner committed
-
Allow quoted strings as passwords in postgres_user
jctanner committed
-
- 03 Feb, 2014 12 commits
-
-
Matthew Jones committed
-
James Tanner committed
-
Timur Batyrshin committed
-
Revert "Fix for issue 5739. The copy module does not delete directories it will only unlinks symlinks." This reverts commit b20dc4f5.
James Cammarata committed -
Clean up stray space at the end of a line after a period.
Richard Isaacson committed -
Richard C Isaacson committed
-
Updated htpasswd docs to have choices for crypt_scheme
Richard Isaacson committed -
Fix multiple minor typos in a paragraph
Richard Isaacson committed -
This is a partial revert of e8ad36c8, which introduced the bug. Fixes #5848
James Cammarata committed -
James Cammarata committed
-
Allow 'PATCH' method in 'uri' module
jctanner committed
-
- 02 Feb, 2014 2 commits
-
-
now with_items also accepts sets
Michael DeHaan committed -
and some APIs require it.
Pedro Romano committed
-