- 14 Jul, 2014 7 commits
-
-
Allow --vault-password-file to work with a script as well as a flat file
James Cammarata committed -
Rax Guide: Add RackConnect and Managed Cloud automation check examples
James Cammarata committed -
rax_keypair module: Allow public_key to be a path to a file
James Cammarata committed -
rax module: Support config_drive and user_data
James Cammarata committed -
James Cammarata committed
-
extra varsiables based on playbook basedir.
Serge van Ginderachter committed -
Serge van Ginderachter 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 2 commits
-
-
Makes ansible fail if login_port is defined and login_host is either not...
James Cammarata committed -
Cristian Ciupitu committed
-