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
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
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
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
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
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
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
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