summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a problem introduced with #1101 and optimize privilege handlingToshio Kuratomi2015-05-191-55/+81
* fixed typo on novaclient varBrian Coca2015-05-191-1/+1
* minor docfixBrian Coca2015-05-191-1/+0
* removes bool type from validate.Tristan Fisher2015-05-191-1/+1
* Update ec2.pyTom Paine2015-05-191-2/+2
* minor doc fix and made sure check_implicit_admin is true booleanBrian Coca2015-05-191-3/+4
* Update ec2.pyTom Paine2015-05-191-3/+6
* Fix splitting of role_attrsToshio Kuratomi2015-05-191-1/+1
* Update module "imports" to new styleToshio Kuratomi2015-05-193-4/+5
* value should be string as that is what it compares againstBrian Coca2015-05-191-1/+1
* standardizes bools in argument_specTristan Fisher2015-05-191-6/+6
* Support optional dockerfile namePierre Baillet2015-05-181-1/+9
* Update ec2.pyTom Paine2015-05-181-0/+1
* added openbsd to hostname moduleJonathan Mainguy2015-05-181-0/+43
* fixe issue #600, where ec2 module returns instance state as runing even after...Benno Joy2015-05-181-0/+7
* v2 does not need to escape and unescape backslash escape sequencesToshio Kuratomi2015-05-171-9/+0
* Slightly more future-proof version of the lineinfile fixToshio Kuratomi2015-05-171-4/+5
* Correct lineinfile documentation about double quoting... Hasn't been the case...Toshio Kuratomi2015-05-171-2/+1
* Fix unused variable systemd_enabledSemyon Deviatkin2015-05-171-1/+0
* use the right way to unescape line stringjaypei2015-05-171-13/+1
* Output the Internet Gatewoy id directly instead of in a dict.Feanil Patel2015-05-151-16/+9
* adding stickiness support to ec2_elb_lb.pyMatt Schurenko2015-05-151-6/+165
* Specify that travis should use python2.6Matt Martz2015-05-151-1/+5
* Fixes issue 1197 for s3 module, where the file gets downloaded even if checks...Benno Joy2015-05-151-12/+20
* Tell me what the igw id is if we created an igw.Feanil Patel2015-05-151-3/+16
* doc fixBrian Coca2015-05-151-1/+1
* fixed try/except/finally to be 2.4 compatibleBrian Coca2015-05-151-50/+53
* Add support for xz compression (for dump and import) in mysql_db modulefdupoux2015-05-151-1/+20
* ec2_group: prioritise current VPC group names over otherszimbatm2015-05-151-1/+6
* ec2_group: select own group if the name matcheszimbatm2015-05-151-3/+3
* Use get_aws_connection_info to get AWS creds.Martin Froehlich2015-05-151-6/+2
* Added postgresql-license typewhiter2015-05-131-2/+2
* Adds all_databases option which allows a user to dump or import all databases...Jonathan Mainguy2015-05-131-7/+27
* Add py27 compileall to test all modules, specifically for syntax errorsMatt Martz2015-05-121-0/+1
* Fixing digital_ocean documentation and a bug in os_subnetJames Cammarata2015-05-122-2/+3
* update flat descriptionJason Paige2015-05-121-1/+1
* Update uri.pyTom Paine2015-05-121-1/+2
* [ec2_vol] Find or Create volume by nameJell2015-05-121-16/+18
* Finish up cleanups to modules:Toshio Kuratomi2015-05-1217-48/+156
* Several cleanups to many modules:Toshio Kuratomi2015-05-1217-111/+182
* Run python2.4 compat tests on a pair of amazon modules that do not use botoToshio Kuratomi2015-05-121-0/+1
* generic fix for Exceptions that heppen when trying to set permissions on extr...Brian Coca2015-05-121-1/+4
* Python2.4 fixesMatt Martz2015-05-112-3/+7
* Update set_fact.pyNathaniel2015-05-111-1/+2
* Add compileall testing via travis to validate modules are python24 compatibleMatt Martz2015-05-111-0/+10
* Expand tildes and vars in the config file pathToshio Kuratomi2015-05-111-2/+3
* Update user.pymacbeth762015-05-111-1/+1
* [ec2_ami_find] fix ami_search doc copy pastaChris Lundquist2015-05-111-1/+1
* fixes issue 122, where the module recreates the route table in each runBenno Joy2015-05-111-0/+96
* Use existing ec2_eip address if already associatedHerby Gillot2015-05-111-13/+46