summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/rackspace
Commit message (Expand)AuthorAgeFilesLines
* Module DOCUMENTATION should match argspec (#34895)John R Barker2018-01-1613-13/+39
* Bulk autopep8 (modules)John Barker2017-12-0713-9/+16
* Port arg specs from type='str' to type='path'Toshio Kuratomi2017-10-091-2/+1
* Enable more pylint rules and fix reported issues. (#30539)Matt Clay2017-09-182-2/+0
* Fix dangerous default args. (#29839)Matt Clay2017-09-122-12/+34
* Update metadata to 1.1Toshio Kuratomi2017-08-1526-26/+26
* remove wildcards and add boilerplateToshio Kuratomi2017-07-2926-570/+308
* Fix undefined variables, basestring usage, and some associated python3 issuesToshio Kuratomi2017-07-254-22/+32
* updated docs to clarify default changeBrian Coca2017-06-281-1/+2
* device path is optional for cbsPete Travis2017-06-281-2/+2
* Misc Typo correction (#25025)Abhijeet Kasurde2017-05-251-2/+2
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-1426-78/+104
* Fix invalid fields in module DOCUMENATION (#22297)John R Barker2017-03-091-4/+0
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-276-6/+6
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-2/+2
* Removed dict.iteritems() in modules. (#18859)Andrea Tartaglia2016-12-127-8/+8
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-086-0/+1388
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-2/+2
* Refreshed metadata for core modulesToshio Kuratomi2016-12-0820-0/+80
* Call main in conditional way - cloud/rackspaceFabio Alessandro Locati2016-12-0820-20/+60
* Examples syntax batch6 (#5623)Sam Doran2016-12-082-22/+79
* Fixed incorrect usage of user_data variable (#5194)adejongh2016-12-081-2/+2
* Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849)@2016-12-0819-94/+94
* Docs fixesToshio Kuratomi2016-12-081-0/+1
* overwrite option was added for 2.1Matt Martz2016-12-081-0/+1
* quote failPete Travis2016-12-081-1/+1
* expand when opening tooPete Travis2016-12-081-0/+1
* use expanduser() before testing user_data as filePete Travis2016-12-081-1/+1
* fixed rax_cdb argument specBrian Coca2016-12-081-4/+6
* corrected description key spellingBrian Coca2016-12-081-1/+1
* rackspace: set headers when uploading files to CF.Vladimir Mihailenco2016-12-081-49/+22
* Makes rax_dns_record override default to truebobgroves2016-12-081-2/+2
* Adds overwrite option to rax_dns_recordbobgroves2016-12-081-5/+17
* added version added to new rax_cdb choicesBrian Coca2016-12-081-0/+2
* Preventing servers that are deleted and left in the deleted state from being ...Brian Richards2016-12-081-1/+3
* renamed variables type to cdb_type and version to cdb_version.Mehul Ved2016-12-081-14/+14
* Added support for instance types.Mehul Ved2016-12-081-6/+25
* Add wait and wait_timeout options for provisioning serversJamie Hannaford2016-12-081-2/+26
* rackspace: pass full path to the isdir.Vladimir Mihailenco2016-12-081-1/+1
* Fix some remaining rax asg idempotency checksMatt Martz2016-12-081-2/+2
* Fix get_launch_config var nameJamie Hannaford2016-12-081-1/+1
* Fix attribute name for Auto Scale serversJamie Hannaford2016-12-081-2/+2
* Updated author data for modulesGreg DeKoenigsberg2016-12-082-2/+4
* Updating cloud modules with proper github author informationGreg DeKoenigsberg2016-12-0818-18/+30
* Prevent an empty error messageMatt Martz2016-12-081-1/+5
* DRY up duplicate codeMatt Martz2016-12-081-54/+37
* Don't hardcode minimum for boot_volume_sizeMatt Martz2016-12-081-3/+0
* Fix order of logic to determine required argsMatt Martz2016-12-081-3/+3
* Add boot from volume functionality to rax and rax_cbs modulesMatt Martz2016-12-082-23/+184
* Don't hardcode a minimum size of a volumeMatt Martz2016-12-081-3/+0