- 26 Feb, 2014 32 commits
-
-
Fixes related to GH-5773.
Richard C Isaacson committed -
James Cammarata committed
-
https://github.com/willthames/ansible…
Merge branch 'ec2_boto_config_region' of https://github.com/willthames/ansible into willthames-ec2_boto_config_region
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
When looking for double colon len(line) must be longer then 1.
Richard Isaacson committed -
Adding the region to the output of the ec2 module's creation of a new in...
James Cammarata committed -
Addresses GH-5116. It comes up that when parsing json that if you are missing the last double quote on the last variable and the next line is just '}' we will get an out of range error. In this instance we will also then make sure that the line is long enough to have two colons.
Richard C Isaacson committed -
James Tanner committed
-
James Tanner committed
-
Fixes #4619
James Cammarata committed -
James Tanner committed
-
Fix incorrect use of .join on list causing a traceback
James Cammarata committed -
James Tanner committed
-
James Cammarata committed
-
James Cammarata committed
-
James Tanner committed
-
removing some unusued files. Paramiko alt was an experiment to attempt pipeline for paramiko, ssh_old is the non-pipelining-supported earlier version of the OpenSSH transport, which is configurable now and unified.
Michael DeHaan committed -
James Tanner committed
-
https://github.com/scottanderson42/ansible
Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params Conflicts: lib/ansible/module_utils/ec2.py library/cloud/ec2
James Cammarata committed -
This reverts commit 6f1a58ab.
James Cammarata committed -
James Cammarata committed
-
James Tanner committed
-
James Tanner committed
-
Properly match existing security group
Michael DeHaan committed -
mysql_db: Emphasize target is on remote host. List supported file types.
Michael DeHaan committed -
If we don't care about `vpc_id` then neither should the code.
Patryk Zawadzki committed -
From the documentation it is not immediately clear that the 'target' option refers to a location on the remote host. This change emphasizes that. In addition to .sql files, .bz2 and .gz files are supported for dumps and restores. This is now documented.
Guido Kollerie committed -
Module to create EC2 snapshots
jctanner committed -
rax module: Use regex start and end of string with name base filters
jctanner committed -
Fix setup module to gather facts from PowerPC Macs.
Michael DeHaan committed
-
- 25 Feb, 2014 8 commits
-
-
Chris Church committed
-
Rename flatten function.
Richard Isaacson committed -
flatten(x) is used a lot in the various lookup plugins where in each it is slightly different. This is to make this name slightly more unique.
Richard C Isaacson committed -
James Tanner committed
-
Fix fails on ubuntu due to missing /etc/motd Tests functional on centos6, ubuntu1204 and ubuntu1310 now.
Richard Isaacson committed -
Some systems that we are testing on may not have /etc/motd. So we need to create a file that we can control and use that for the further tests.
Richard C Isaacson committed -
Fixes #5869
James Cammarata committed
-