- 13 Jul, 2014 1 commit
-
-
Henry Finucane committed
-
- 11 Jul, 2014 12 commits
-
-
mysql_db: Fix error message for #6214
James Cammarata committed -
Correct regex in is_keyid
James Cammarata committed -
Fixed tracebacks during VM creation. Fixes #8067.
James Cammarata committed -
The `rpm_key` module claims to take a key ID as an argument, however it fails if one is actually given: msg: Not a valid key DEADBEEF The reason for this is the regular expression in the `RpmKey.is_keyid` method is incorrect; it will only match the literal string "0-9a-f" exactly 8 times, rather than exactly 8 characters in the set 0-9 or a-f.
Dustin C. Hatch committed -
Jonathan Mainguy committed
-
James Cammarata committed
-
Added exception handling to database creation and deletion. Fixes #8075.
James Cammarata committed -
Switched primary and alias names of the name/db parameter. Fixes #8065.
James Cammarata committed -
Michael DeHaan committed
-
Fixed tracebacks when datacenter not found, when notes not given, and when collecting facts after VM creation. Fixes #8067.
Graham Mainwaring committed -
Graham Mainwaring committed
-
Graham Mainwaring committed
-
- 10 Jul, 2014 19 commits
-
-
James Cammarata committed
-
Adding a Collins inventory script for Ansible
Michael DeHaan committed -
Steve Salevan committed
-
Steve Salevan committed
-
Steve Salevan committed
-
James Cammarata committed
-
James Cammarata committed
-
Remove unused code
James Cammarata committed -
James Cammarata committed
-
Bug Fix - fixed the choices typo got the ec2_asg module
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Matt Ferrante committed
-
James Cammarata committed
-
James Cammarata committed
-
Dan Slimmon committed
-
Regexes were being parsed like ordinary ansible host patterns, so square-bracket groups were getting interpolated wrongly.
Dan Slimmon committed
-
- 09 Jul, 2014 8 commits
-
-
Makes ansible fail if login_port is defined and login_host is either not...
James Cammarata committed -
Cristian Ciupitu committed
-
Makes ansible fail if login_port is defined and login_host is either not defined, or defined as localhost. This is because if login_host is localhost then MySQLdb will use the socket instead of TCP. This leads to confusion for ansible users as, when a port is defined it gets ignored if login_host is localhost. This is to fix the bug reported by wrosario #8070. Info on MysqlDb can be read here http://mysql-python.sourceforge.net/MySQLdb.html
Jonathan Mainguy committed -
James Cammarata committed
-
Add option to return all EC2/RDS instances regardless of state.
Michael DeHaan committed -
James Cammarata committed
-