- 02 Dec, 2013 10 commits
-
-
James Tanner committed
-
James Tanner committed
-
Implement ansible.module_utils.rax
jctanner committed -
Added `-y` flag to `query_package`
jctanner committed -
Exit 0 with no matched hosts
jctanner committed -
James Tanner committed
-
New library/cloud/ec2 module parameter (assign_public_ip) for non-default VPC instance launching.
James Tanner committed -
Fix "manual" ansible-playbook example in guide_vagrant.rst
Michael DeHaan committed -
The given example is trying to load an inventory file with the -i option, so it should probably be given the actual Vagrant-written inventory file name. I contemplated using 'vagrant_ansible_inventory_default' instead (which is what my Vagrant demo actually creates) but 'vagrant_ansible_inventory_machinename' is more consistent with the existing example in the docs.
Michael F. Booth committed -
Add PyPi version badge.
Michael DeHaan committed
-
- 01 Dec, 2013 2 commits
-
-
Fix for documentation playbook loops
Michael DeHaan committed -
mention that the mount module will remove mount directories
Michael DeHaan committed
-
- 29 Nov, 2013 1 commit
-
-
Fixes #5081
James Cammarata committed
-
- 28 Nov, 2013 6 commits
-
-
Correct the invocation of ‘_assemble_from_fragments’
Michael DeHaan committed -
Michael DeHaan committed
-
Code to limit display of version_added attributions in modules for modules that are too old to call out this information. This does not generically apply to new arguments added to existing modules, just the version_added attribute on the top level modules.
Michael DeHaan committed -
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago." This reverts commit ff0a41d4.
Michael DeHaan committed -
Michael DeHaan committed
-
Docs: Fix the module formatter code that is intended to remove the 'historical' variable from showing up in version_added information (RST)
Michael DeHaan committed
-
- 27 Nov, 2013 16 commits
-
-
Andrew Smith committed
-
Michael DeHaan committed
-
Avoid a traceback when using accelerate
jctanner committed -
fix heading name syntax in AWS guide
Michael DeHaan committed -
James Tanner committed
-
This bit of code is attempting to access accelerate_inventory_host, which may not have been set/created. This will cause a traceback. Instead use getattr with a fallback to False.
Jesse Keating committed -
Tim Gerla committed
-
James Tanner committed
-
Fixes #5064
James Cammarata committed -
James Cammarata committed
-
Fix AWS credential params for ec2_ami, ec2_elb, ec2_tag, ec2_vpc, route53, and s3 modules
jctanner committed -
if key is used with lookup parameter needs quotes as otherwise it will load "ssh-rsa" "<the key>" "<the comment>" as separate values and fail with "this module requires key=value arguments"
Patrick Craston committed -
fixed documentation typo about region purpose
Michael DeHaan committed -
if key is used with lookup parameter that needs to be in quotes as otherwise it will load "ssh-rsa" "<the key>" "<the comment>" as separate values and fail with "this module requires key=value arguments"
Patrick Craston committed -
Jim Rybarski committed
-
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
-
- 26 Nov, 2013 5 commits
-
-
James Tanner committed
-
fixed typo for assemble function
Michael DeHaan committed -
Brian Coca committed
-
James Tanner committed
-
James Tanner committed
-