James Cammarata
9dd9487692
Merge branch 'mohangk-fix_rds_modify_security_group' into devel
11 years ago
James Cammarata
7eb2a4c290
Merge branch 'fix_rds_modify_security_group' of https://github.com/mohangk/ansible into mohangk-fix_rds_modify_security_group
11 years ago
Bruce Pennypacker
899811f339
Added wait_timeout parameter
11 years ago
Richard Isaacson
bab91f9ed8
Merge pull request #6015 from angstwad/docfix
...
Spelling correction.
11 years ago
Paul Durivage
0dbd5d3e18
Spelling correction
11 years ago
Amir H. Hajizamani
cf5b1620b7
Remove superfluous/invalid quote
...
Allow the example to be copy-pasted with minimal confusion about the error.
11 years ago
Peter Gehres
b5761750c4
Adding the region to the output of the ec2 module's creation of a new instance.
11 years ago
James Cammarata
fdb7c733c1
Updating CHANGELOG for the new validate_certs feature
...
Also removing validate_cert option from the cloudformation module docs,
as it does not use the standard ec2 connection.
11 years ago
James Cammarata
056d54ebd3
Adding 'validate_certs' option to EC2 modules
...
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
11 years ago
Isao Jonas
6f44e7b039
add security groups to elb_lb
11 years ago
Will Thames
c8127ea874
ec2 module fails when state is not absent
...
tagged_instances is initialised in a scope not visible
when state is not absent.
11 years ago
Pavel Antonov
e02cf2aab7
Refactore unused code
11 years ago
Pavel Antonov
dddd4b2522
Added modules description and examples
11 years ago
Pavel Antonov
df41ed90b8
Docker supports links and port binding. Added docker_image module
11 years ago
Michael DeHaan
0cdf8d3162
Merge pull request #5981 from angstwad/docfix
...
Documentation updates to rax_files, rax_files_objects
11 years ago
James Cammarata
a1b7a93b69
Modified cloudformation module to use common ec2 module functions
...
Fixes #3688
11 years ago
Paul Durivage
f18db0dd20
Doc updates
11 years ago
Isao Jonas
1602a80d76
added elasticache vpc security group ids
11 years ago
Michael DeHaan
f07091ed69
Merge pull request #5962 from sivel/rax-facts-docs-update
...
rax_facts and rax_keypair modules: update docs
11 years ago
Matt Martz
e8952a5a99
The OpenStack auth attributes apply to rax_keypair also
11 years ago
jctanner
fe94c0cd05
Merge pull request #5957 from sivel/rax-no-default-disk-config
...
rax module: Don't set a default for disk_config
11 years ago
Matt Martz
8095aa6584
Don't set a default disk_config. Defaulting to 'auto', causes issues with new images
11 years ago
Matt Martz
bd3c7c3efa
The name parameter for search_opts is a regex string, so make sure we include start and end of string characters
11 years ago
Mohan Krishnan
fb3c8c90e5
Allow explict setting of vpc_security_groups to allow modification of security groups of RDS instances within a VPC
11 years ago
Michael DeHaan
d3c1b8de78
Merge pull request #5883 from amirhhz/improve-ec2-module-docs
...
Improve ec2 module docs
11 years ago
Scott Anderson
baf508a379
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.
11 years ago
Jon Chen
970997c764
fix linode typo
11 years ago
James Tanner
a62af82757
Make ec2 exact_count and count mutually exclusive
11 years ago
James Tanner
70ebb05190
Return a tagged_instances list for hosts that matched the count_tag
11 years ago
James Tanner
f101768a9d
Make an example that sets the instance Names
11 years ago
James Tanner
005ef837d9
Update docstrings
11 years ago
James Tanner
fd919062cb
Add exact_count and count_tag to the ec2 module.
11 years ago
Will Thames
7600c664fe
Create a common EC2 connection argument spec for EC2 modules
...
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)
11 years ago
willthames
27fc3b8006
Module to create EC2 snapshots
...
Two methods of creating a snapshot
* use volume_id
* use device_name and instance_id
The latter is more useful with inventory
11 years ago
jctanner
7fcf6cebfe
Merge pull request #5881 from willthames/ec2_keys
...
Minor tweaks to simplify examples and documentation
11 years ago
jctanner
c13161993a
Merge pull request #5410 from willthames/rds_snapshot
...
rds module: add snapshot capabilities
11 years ago
Amir H. Hajizamani
843f4e7d7c
Neaten up example YAML with 2-space indenting
11 years ago
Amir H. Hajizamani
7c38e8a225
Example should put instance_ids list in quotes for avoid YAML error
11 years ago
Amir H. Hajizamani
b0bc2bd86a
Fix missing quote mark in route53 doc example
11 years ago
willthames
e0c245f1ae
Minor tweaks to simplify examples and documentation
...
Made a few things more consistent with the bulk of the other EC2
modules and removed an unnecessary check that is handled by
AnsibleModule
11 years ago
jctanner
a877b8b030
Merge pull request #5624 from mattsoftware/route53_ttl
...
Enable changes to ttl of a record to be propogated to route53
11 years ago
Timur Batyrshin
658c15930e
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
Matt Martz
7498f212fc
Update docs for rax_facts to include parameters added for other OpenStack clouds
11 years ago
jctanner
086cf0acb7
Merge pull request #5745 from angstwad/cf-module-revert
...
Add Rackspace Cloud Files module
11 years ago
jctanner
434c78f263
Merge pull request #5744 from angstwad/revert
...
Add Rackspace Cloud Files containers module
11 years ago
jctanner
203a66eb48
Merge pull request #4865 from claco/rax_queue
...
Add rax_queue module to create/delete Rackspace Cloud Queues
11 years ago
jctanner
360f06b41d
Merge pull request #5806 from sivel/rax-mod-utils-improvements
...
Rax mod utils improvements
11 years ago
jctanner
6c1f75c688
Merge pull request #5132 from sivel/rax-keypair
...
Add rax_keypair module
11 years ago
jctanner
6265128c9e
Merge pull request #4941 from sivel/rax-clb-shared-vip
...
Add ability to specify a VirtualIP ID for sharing a VIP with another LB
11 years ago
Michael DeHaan
83f43b82ad
ansible -> ansibleworks
11 years ago
Matt Martz
07c76d7ec9
Update rax module DOCUMENTATION with new auth options
11 years ago
James Tanner
1584d8f01b
Add ec2_vol snapshot example from #4189
11 years ago
jctanner
fca8ec3d3c
Merge pull request #4508 from willthames/ec2_vol_snapshot
...
Added ability to create EC2 volume from snapshot
11 years ago
James Tanner
5cbe24913f
Fix start/stop example in ec2
11 years ago
James Tanner
1641361057
Merge branch 'feat/ec2_start_stop' of git://github.com/Geryon/ansible into Geryon-feat/ec2_start_stop
11 years ago
jctanner
b8d3c0f865
Merge pull request #5506 from mohangk/fix_elb_register_new_instance
...
Fix exception being thrown for new instance registration with ELB
11 years ago
jctanner
821858ed08
Merge pull request #5380 from dhml/devel
...
ec2_group: rules can't reference containing group fix #5309
11 years ago
Mohan Krishnan
0f95961e33
Fix exception being thrown for new instance
...
Currently if we are trying to register an instance that has not yet
been registered with the elb an exception is thrown.
11 years ago
willthames
de659af82b
Added the ability to add volumes to instances at creation time
...
This allows a volume to be cloned from a snapshot, a brand new
volume to be created, or an ephemeral volumes to be associated
at time of instance creation.
This avoids any race conditions associated with creating extra volumes
after instance creation (e.g. writes happening before the volume is
mounted).
In addition, this allows the root volume to be edited
11 years ago
James Tanner
17f0c9e477
Refactor ec2_elb_lb to use shared module snippet code
11 years ago
James Tanner
512c02b7d2
Fix missing description key
11 years ago
James Tanner
53b7a495ca
Merge branch 'add_ec2_elb_lb_module' of git://github.com/jsdalton/ansible into jsdalton-add_ec2_elb_lb_module
11 years ago
Christopher H. Laco
745a480e5c
Add rax_queue module to create/delete Rackspace Cloud Queues
11 years ago
Paul Durivage
2090e75e12
Use dict constructors
11 years ago
Paul Durivage
d8bf5033ec
Fix revert artifacts, doc update
11 years ago
James Tanner
4b80156267
Standardize some parameters in ec2_key
11 years ago
jctanner
cbb2a4ce9b
Merge pull request #5256 from zbal/ec2_keys
...
Add ec2_key module.
11 years ago
Paul Durivage
b24474ae58
Remove dict comprehension; use dict constructor
11 years ago
Paul Durivage
0a0ed538b2
Resolve revert conflicts
11 years ago
Paul Durivage
0cabb2fcc4
Imperfect revert w/ artifacts.
...
Revert "Revert "Merge pull request #5540 from angstwad/cf-container-module""
This reverts commit c3408f205e
.
Conflicts:
library/cloud/rax_files
11 years ago
Paul Durivage
95a436980a
Doc updates; fix YAML problems
11 years ago
jctanner
3c455685bc
Merge pull request #5603 from willthames/ec2_keypair_not_mandatory
...
key_name is not required when creating ec2 instances
11 years ago
Paul Durivage
48b09d85b4
Revert "Revert "Merge pull request #5496 from angstwad/cf-module""
...
This reverts commit b11d62270f
.
Conflicts:
library/cloud/rax_files_objects
11 years ago
Paul Durivage
d298d3bfb4
Update documentation; fix YAML problems
11 years ago
James Tanner
b11d62270f
Revert "Merge pull request #5496 from angstwad/cf-module"
...
This reverts commit a807e3b9c8
, reversing
changes made to df8ecdeded
.
11 years ago
James Tanner
c3408f205e
Revert "Merge pull request #5540 from angstwad/cf-container-module"
...
This reverts commit bedc616f74
, reversing
changes made to a807e3b9c8
.
11 years ago
James Tanner
bec35cc0c1
Revert "Fix docstrings in rax_files_objects"
...
This reverts commit e759832dd6
.
11 years ago
James Tanner
e759832dd6
Fix docstrings in rax_files_objects
11 years ago
jctanner
bedc616f74
Merge pull request #5540 from angstwad/cf-container-module
...
Add module support for Rackspace Cloud Files Containers
11 years ago
jctanner
a807e3b9c8
Merge pull request #5496 from angstwad/cf-module
...
Module support for Rackspace Cloud Files
11 years ago
jctanner
df8ecdeded
Merge pull request #5210 from sivel/rax-dns-record
...
rax_dns_record: Add rax_dns_record module
11 years ago
jctanner
339ab7b077
Merge pull request #5208 from sivel/rax-dns
...
Add rax_dns module
11 years ago
jctanner
07b6d6ffd6
Merge pull request #5690 from sivel/rax-regex-fix
...
rax module: Fix regex match
11 years ago
Rene Moser
a412eae9cd
digital_ocean: added requirements in DOCUMENTATION
11 years ago
Matt Martz
89fbc64b60
Fix regex match, the printf match should work with 0 or more numeric padding characters, not 1 or more
11 years ago
jctanner
1f1fa6c09a
Merge pull request #5322 from bcrochet/neutron-fip-select
...
quantum_* modules: Neutron name change, keeping backward compatibility
11 years ago
willthames
238da3cb02
ec2_elb module: Minor improvements to documentation
...
ELB(s) cause a weird formatting behaviour - it appears as EL**s**
Added choices documentation to the state option
11 years ago
Michael DeHaan
6f49642286
All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ).
...
Fixing for standardization purposes.
11 years ago
Matt Paine
d392e067bf
Enable changes to ttl of a record to be propogated to route53
11 years ago
willthames
8fb5a66944
keypair is not absolutely required when creating ec2 instances
11 years ago
Matt Martz
e3adaa648a
Ensure the id attribute is returned for a node
11 years ago
willthames
c06b63ce82
Added ability to create EC2 volume from snapshot
...
ec2_vol module now takes optional snapshot argument
Added relevant module argument handler and documentation
11 years ago
Paul Durivage
a85e021640
Completed documentation and examples
11 years ago
Paul Durivage
e822ddd910
Add rax_files_objects module for Rackspace Cloud Files support
...
This squashed commit fixed typos, changed to Py 2.4 compatible exceptions
11 years ago
Paul Durivage
41be035a43
Add module support for Rackspace Cloud Files Containers
11 years ago
jctanner
7520bac8ce
Merge pull request #5404 from sivel/rax-improvements
...
rax module: improvements
11 years ago
jctanner
9a69b1b0ec
Merge pull request #5311 from willthames/ec2_refactor
...
ec2 modules: Move more responsibility to common EC2 module
11 years ago
Michael DeHaan
99616d0c80
Pass scrub_data by default, see response from DO here: https://www.digitalocean.com/blog
11 years ago
Mikhail Sobolev
8733b5da8b
fix short/full description for elasticache
11 years ago
Michael DeHaan
0bdf615612
User report of DO not taking underscores so tweaking docs
11 years ago