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