James Cammarata
b10d174ab4
Merge branch 'silkapp-ec2-eip-reuse' into devel
11 years ago
James Cammarata
2b84a40d8e
Renaming reuse parameter in ec2_eip and adding a version_added string
11 years ago
jctanner
7a45e04777
Merge pull request #4845 from lorin/ec2_ubuntu_ami
...
New module: ec2_ami_search
11 years ago
James Cammarata
89c091d689
Merge branch 'ec2-eip-reuse' of https://github.com/silkapp/ansible into silkapp-ec2-eip-reuse
11 years ago
James Tanner
f0704159ae
Update docstrings in ec2_vol
11 years ago
James Cammarata
67e9cbe637
Merge branch 'josephtate-devel' into devel
11 years ago
jctanner
7dcc8e2460
Merge pull request #5287 from ebrevdo/ec2_vol_existing
...
ec2_vol module: add support for name / id to mount volume on instance
11 years ago
James Cammarata
5d4980459f
Merge branch 'drcapulet/ec2-sourcedestcheck' of https://github.com/drcapulet/ansible into drcapulet-drcapulet/ec2-sourcedestcheck
11 years ago
jctanner
b2539ae5d8
Merge pull request #5454 from claco/rax_identity
...
Add rax_identity module
11 years ago
James Cammarata
eabcbb830f
Merge branch 'willthames-ec2_security_token' into devel
11 years ago
jctanner
e658dc292b
Merge pull request #5703 from ethercrow/fakes3
...
[s3] Compatibility with fakes3.
11 years ago
James Cammarata
8ca3bb4137
Updating profile/security_token version_added labels
11 years ago
Michael DeHaan
40b82a33c0
Merge pull request #5916 from tidzo/issue4992
...
Fix for #4992 - Add userdata to cloud/nova_compute
11 years ago
James Cammarata
430cce9df3
Merge branch 'ec2_security_token' of https://github.com/willthames/ansible into willthames-ec2_security_token
11 years ago
James Tanner
cd3fcd843a
Set version-added for new parameters in ec2_elb_lb and elasticache
11 years ago
Michael DeHaan
2e10e1e0d6
Merge pull request #5997 from jonasi/elasticache_vpc_security_groups
...
Elasticache vpc security groups
11 years ago
Michael DeHaan
2df40933f1
Merge pull request #6262 from willthames/ec2_tags_print
...
Allow ec2_tag module to print the tags of an instance
11 years ago
Michael DeHaan
faef76b818
Merge pull request #6264 from sqs/cloud-rds-add-new-db-instance-types
...
Add new cloud/rds DB instance types (db.m3 and db.cr1 families)
11 years ago
Michael DeHaan
ab80d1c62b
Merge pull request #5899 from jjneely/ec2.py
...
ec2.py: Make sure ec2_placement gets handled correctly
11 years ago
Michael DeHaan
10f852a807
Update version_added for wait_timeout parameter on elb module.
11 years ago
Michael DeHaan
f6878d4ada
Merge pull request #6020 from bpennypacker/ec2_elb_timeout
...
cloud/ec2_elb module: Added wait_timeout parameter
11 years ago
Michael DeHaan
003a405182
Merge pull request #6104 from gianlucaborello/digitalocean_fix_deletion
...
Make sure droplet deletion works even when idempotency is achieved using 'name' and 'unique_name' rather than 'id'
11 years ago
Michael DeHaan
f824a846bc
Merge pull request #6230 from joshuaconner/bugfix_nova_computer_partial_server_name_match
...
nova_compute: fix for partial match b/w params['name'] and an existing name
11 years ago
Michael DeHaan
1eed6f46bf
Merge pull request #6306 from willthames/ec2_module_clearer_failures
...
Make it easier to determine whether instance creation or tagging fails
11 years ago
Michael DeHaan
3af6befbae
Merge pull request #6324 from scottanderson42/bugfix/route53-characters
...
BUGFIX: route53 module won't round-trip * and @ in records
11 years ago
Michael DeHaan
5978567509
Merge pull request #6366 from cloudify/devel
...
Fix for #6365 : cloudformation module fails to update if stack exists
11 years ago
Michael DeHaan
fd9df5f429
Merge pull request #6372 from mriedelumab/devel
...
Returning 'NA' when no virtualization found
11 years ago
Michael DeHaan
247d688c13
Merge pull request #6233 from garethr/aws-autoscaling-groups
...
Added modules to manage ec2 autoscaling groups
11 years ago
Michael DeHaan
297b048d0e
Fix other reference to APT_ENV_VARS.
11 years ago
Michael DeHaan
c09d4b1c7a
Update apt module so that environment variables are set correctly since not going through shell. Very sorry folks, it will be addressed.
11 years ago
James Tanner
7f028c101c
Fix changelog dates in ansible.spec
11 years ago
James Tanner
cc1537e4cc
Remove remnant merge conflict lines from ansible.spec
11 years ago
Michael DeHaan
84f918d320
Merge pull request #6381 from franckcuny/doc-module-lang
...
Document the module_lang option.
11 years ago
Michael DeHaan
efdefe6c64
Merge pull request #6380 from sivel/best-practice-adhoc
...
ad-hoc doc fixes
11 years ago
James Tanner
6740a1f342
Wrap crypto.hash imports with try/except
11 years ago
Michael DeHaan
0f962dba14
Missing comma in argument spec.
11 years ago
Michael DeHaan
411bcb7161
Merge remote branch 'real/devel' into devel
11 years ago
James Tanner
7b6d5e7bbf
Fix merge conflicts from 1.5.1 release notes
11 years ago
Richard C Isaacson
16c05cbc88
Update files for 1.5.1 release.
11 years ago
Franck Cuny
fb14b53130
Document the module_lang option.
...
Closes #6169 .
11 years ago
Matt Martz
6607010b2b
Fix ad-hoc command examples
11 years ago
Michael DeHaan
43203bac56
Update the message about pycrypto to include that python-devel must be installed.
11 years ago
Michael DeHaan
2fa6110961
Update the message about pycrypto to include that python-devel must be installed.
11 years ago
James Tanner
2d478b1627
Implement new default cipher class AES256
11 years ago
James Tanner
0d6f6ad282
Implement new default cipher class AES256
11 years ago
Michael DeHaan
20f0157152
Merge pull request #6378 from franckcuny/headers-gce-utils
...
Add BSD license to module_utils/gce.py
11 years ago
James Tanner
a02641c020
Force command action to not be executed by the shell unless specifically enabled
11 years ago
James Tanner
ba0fec4f42
Force command action to not be executed by the shell unless specifically enabled
11 years ago
James Cammarata
5bc6eafba5
Validate SSL certs accessed through urllib*
...
* Adds another module utility file which generalizes the
access of urls via the urllib* libraries.
* Adds a new spec generator for common arguments.
* Makes the user-agent string configurable.
Fixes #6211
11 years ago
James Cammarata
9730157525
Validate SSL certs accessed through urllib*
...
* Adds another module utility file which generalizes the
access of urls via the urllib* libraries.
* Adds a new spec generator for common arguments.
* Makes the user-agent string configurable.
Fixes #6211
11 years ago