- 28 Mar, 2014 1 commit
-
-
Make keysum return None if not key_check (this case wasn't covered).
Cristian Ciupitu committed
-
- 27 Mar, 2014 1 commit
-
-
timeit shows a speedup of ~3x on Python 2.7.5 x86_64. It also makes the code a bit shorter.
Cristian Ciupitu committed
-
- 12 Mar, 2014 1 commit
-
-
Change-Id: I9b89d433b545269d111b3c290b6411aabf58dd24
Devon Crouse committed
-
- 11 Mar, 2014 5 commits
-
-
James Cammarata committed
-
Jake Kreider committed
-
Jake Kreider committed
-
James Cammarata committed
-
James Cammarata committed
-
- 03 Mar, 2014 1 commit
-
-
Jake Kreider committed
-
- 08 Feb, 2014 1 commit
-
-
Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key.
Scott Anderson committed
-
- 21 Jan, 2014 1 commit
-
-
Dmitry Ivanov committed
-
- 27 Nov, 2013 1 commit
-
-
The `ec2_ami`, `ec2_elb`, `ec2_tag`, `ec2_vpc`, `route53`, and `s3` modules all canonicalize the AWS access and secret key params as `aws_access_key` and `aws_secret_key`. However, following the fixes for #4540, those modules now use `get_ec2_creds` from `lib/ansible/module_utils/ec2.py`, which requires access/secret key params to be canonicalized as `ec2_access_key` and `ec2_secret_key`. As a result, AWS credentials passed to those six modules as parameters are ignored (they instead always use the AWS credentials specified via environment variables, or nothing). So this change fixes those six modules to canonicalize the AWS access and secret key params as `ec2_access_key` and `ec2_secret_key`, allowing them to again accept AWS credentials passed via module params.
Justin Ludwig committed
-
- 12 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 05 Nov, 2013 1 commit
-
-
dragon3 committed
-
- 01 Nov, 2013 1 commit
-
-
Jake Kreider committed
-
- 16 Oct, 2013 1 commit
-
-
Check for Walrus endpoint by looking to see if the endpoint is not AWS. This fixes a bug where the user specifies an AWS endpoint via S3_URL, but the code interprets it as Walrus and then fails.
Lorin Hochstein committed
-
- 11 Oct, 2013 2 commits
-
-
Fixes #4458
James Tanner committed -
Matthew Barrington committed
-
- 09 Oct, 2013 3 commits
-
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
- 08 Oct, 2013 1 commit
-
-
Michael DeHaan committed
-
- 07 Oct, 2013 1 commit
-
-
Benno Joy committed
-
- 02 Oct, 2013 1 commit
-
-
bennojoy committed
-
- 19 Sep, 2013 1 commit
-
-
dest in s3 module does not work with ~username notation for home directories. Wrapped dest definition in os.path.expanduser() which will return the expanded path in case of successful tilde expansion and otherwise the original value
Jeremy Price committed
-
- 20 Aug, 2013 1 commit
-
-
No idea if I'm rebasing properly or not. This is my first attempt.
Bruce Pennypacker committed
-
- 06 Aug, 2013 1 commit
-
-
Adds some additional docs about the module parameters for s3 and ec2 modules.
Lorin Hochstein committed
-
- 03 Aug, 2013 1 commit
-
-
Michael DeHaan committed
-
- 31 Jul, 2013 1 commit
-
-
lwade committed
-
- 23 Jul, 2013 1 commit
-
-
Peter Hall committed
-
- 04 Jul, 2013 1 commit
-
-
lwade committed
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 01 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 31 May, 2013 1 commit
-
-
Shahar Kedar committed
-
- 02 May, 2013 1 commit
-
-
Ralph Tice committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 26 Apr, 2013 1 commit
-
-
Lester Wade committed
-
- 05 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 02 Apr, 2013 1 commit
-
-
to indicate that remote file should be overwritten if a file with the same filename exists.
Magnus Andersson committed
-
- 19 Mar, 2013 1 commit
-
-
lwade committed
-