Eugene Brevdo
|
6ef3fab1fd
|
ec2_vol supports name / id to mount volume on instance
* volume_size no longer required if name/id are provided
* id is volume-id
* name is volume Name tag
* special checking is provided
|
2014-01-30 10:27:40 -08:00 |
|
James Tanner
|
98ff0f500e
|
Add ec2_vol snapshot example from #4189
|
2014-01-28 09:58:13 -05:00 |
|
willthames
|
d0540b0426
|
Added ability to create EC2 volume from snapshot
ec2_vol module now takes optional snapshot argument
Added relevant module argument handler and documentation
|
2014-01-09 14:40:01 +10:00 |
|
willthames
|
74f9f91abf
|
Move more responsibility to common EC2 module
Moved `AWS_REGIONS` into `ec2` module
Created `ec2_connect` method in `ec2` module
Updated modules able to use `ec2_connect` and `AWS_REGIONS`
|
2013-12-17 14:07:24 +10:00 |
|
Michael DeHaan
|
2dd59c87a4
|
Merge pull request #4770 from dragon3/devel
ec2_vol: return volume_id/device even when volume mapping already exists
|
2013-11-01 09:32:54 -07:00 |
|
James Tanner
|
0a5adda059
|
Fixes #4540 Use shared module snippet to evaluate ec2 credentials
|
2013-11-01 11:59:24 -04:00 |
|
dragon3
|
2d857c9c44
|
return volume_id/device even when volume mapping already exists
|
2013-11-01 23:59:42 +09:00 |
|
Bruce Pennypacker
|
11470fea04
|
Rebase attempt
No idea if I'm rebasing properly or not. This is my first attempt.
|
2013-08-20 15:14:16 -04:00 |
|
Michael DeHaan
|
529e78be01
|
Smite tabs in whitespace.
|
2013-08-10 17:58:03 -04:00 |
|
Michael DeHaan
|
e892450031
|
add version_added attribute to module docs.
|
2013-08-06 15:54:20 -04:00 |
|
Ben Podoll
|
279aab42c5
|
adding param to allow for specifying custom iops setting when creating an EBS volume
|
2013-08-02 11:31:31 -05:00 |
|
Michael DeHaan
|
957d0a79c0
|
Legacy variable usage removed.
|
2013-07-19 09:40:53 -04:00 |
|
Jan-Piet Mens
|
98c1423269
|
Docs: consistently format playbook EXAMPLES
|
2013-06-17 08:53:46 +02:00 |
|
Michael DeHaan
|
08abd9cb07
|
ec2_vol fixes for 'make pep8'
|
2013-05-11 17:20:38 -04:00 |
|
Michael DeHaan
|
cd97a4cb14
|
Allow modules to be categorized, and also sort them when generating the documentation.
|
2013-04-28 15:03:45 -04:00 |
|