summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/ec2_vol.py
Commit message (Expand)AuthorAgeFilesLines
* Remove wildcard imports from amazon modules (#31451)Toshio Kuratomi2017-10-091-19/+13
* ec2_vol: wait for delete_on_termination to be set to the correct value. Fixes...Sloane Hertel2017-09-111-0/+9
* Move selected AWS modules from community/certified to core support (#28617)Ryan Brown2017-09-061-1/+1
* Fix trailing space in ec2_vol example, fix 'the the' typos (#28440)David Kretch2017-08-191-1/+1
* Update metadata to 1.1Toshio Kuratomi2017-08-151-2/+2
* [cloud] ec2_vol module snapshot and volume_size are not mutually exclusive (#...Sloane Hertel2017-07-131-2/+2
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Fix invalid fields in module DOCUMENATION (#22297)John R Barker2017-03-091-1/+0
* [cloud] add tags parameter to `ec2_vol` & PEP8 fixes (#21254)s-hertel2017-02-101-7/+23
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-31/+31
* ec2_vol: Add key selection support for EBS volume encryption. (#19570)Pascal Bach2017-01-181-1/+23
* minor spelling changesCarlos E. Garcia2016-12-131-1/+1
* Add new Amazon EBS volume types. Fixes issue 4041 of ansible-modules-coreJosé Sabater Montes2016-12-091-3/+2
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-1/+3
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Fix bare variable references in docs (#5554)Andrew Gaffney2016-12-081-2/+2
* Fixing error exception handling for python3. Does not need to be compa… (#3...@2016-12-081-8/+8
* Various simple linting type cleanups on modulesMatt Martz2016-12-081-2/+2
* tabs are badBrian Coca2016-12-081-5/+5
* added version_addedBrian Coca2016-12-081-0/+1
* Added delete_on_termination option for volume attachmentConstantin072016-12-081-0/+103
* Set the argument type for ec2_vol's encrypted parameterMichel Alexandre Salim2016-12-081-1/+1
* Don't raise or catch StandardError in amazon modulesToshio Kuratomi2016-12-081-38/+35
* Update ec2_vol.pyRob2016-12-081-96/+124
* Added deleteOnTermination in the output of list optionConstantin Bugneac2016-12-081-1/+2
* ec2_vol: Added missing "needs 2.0" docDavid M. Lee2016-12-081-0/+1
* Fix example indentation bugJaime Gago2016-12-081-1/+1
* Fixed parameter validation when creating a volume from a snapshotEero Niemi2016-12-081-4/+4
* Indentation fix for with and register in the ec2_vol exampleColin Hutchinson2016-12-081-2/+2
* Updating cloud modules with proper github author informationGreg DeKoenigsberg2016-12-081-1/+1
* ec2_vol: fix race conditions because we handle errors before actually deletingHagai Kariti2016-12-081-9/+8
* Find or Create volume by nameJell2016-12-081-16/+18
* Fix indent of "register" keyDaekwon Kim2016-12-081-3/+3
* Fix typo (volue -> volume)Daekwon Kim2016-12-081-1/+1
* issue #994: use HAS_BOTO to determine if import was successful: - removed imp...steenzout2016-12-081-3/+6
* fix instance=None documentationBrian Coca2016-12-081-6/+6
* corrected release when this feature was addedBrian Coca2016-12-081-0/+1
* Ability to detach an EBS volume from an EC2 instancePhilip Misiowiec2016-12-081-6/+25
* Ability to specify new SSD EBS optionPhilip Misiowiec2016-12-081-3/+19
* More EC2 doc tweaksMichael DeHaan2016-12-081-23/+9
* made subcategories for cloud modules for better organizationBrian Coca2016-12-081-0/+434