- 06 Mar, 2014 22 commits
-
-
This fixes integration tests when run on a RHEL system. Oddly, the ansible_distribution='RedHat' when run on RHEL.
James Laska committed -
Adding a wait loop to ec2_elb for the initial lb state when registering
James Cammarata committed -
James Tanner committed
-
Fixes #6316
James Cammarata committed -
James Tanner committed
-
Typo
James Cammarata committed -
Harsha Yalamanchili committed
-
Fixed SQL syntax error when running mysql_replication module
Michael DeHaan committed -
Module "file": Fix link to "path" in documentation
Michael DeHaan committed -
Don't use keyword `error` in encode
Michael DeHaan committed -
James Cammarata committed
-
tags lists are properly uniqued and joined now
James Cammarata committed -
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
This is not supported in Python 2.6. Just use positional arguments.
Jimena Cabrera-Notari committed -
tags lists are properly uniqued and joined now, also avoids type issues when passed as list/set or strings Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
c(dest) -> c(path)
Sven Schliesing committed -
amree committed
-
Fixes #6047
James Cammarata committed -
Update debian install documentation to include dependency resolution
Michael DeHaan committed -
Update playbooks_vault.rst
Michael DeHaan committed -
Keep track of role dependencies across plays
James Cammarata committed -
Michael DeHaan committed
-
- 05 Mar, 2014 18 commits
-
-
James Tanner committed
-
Harsha Yalamanchili committed
-
Harsha Yalamanchili committed
-
This reverts commit a8082874, reversing changes made to 6129ea75.
Richard C Isaacson committed -
Also fixes a bug in which tags specified on top-level roles were not being passed down to dependent roles. Fixes #4656
James Cammarata committed -
Fix inventory for test_dir_inventory, merge PRs from GH-5749, cleanup some formatting.
Richard Isaacson committed -
James Tanner committed
-
Richard C Isaacson committed
-
closes #5749 Conflicts: test/units/TestInventory.py
g-k-r committed -
tests issue #5749 same host defined in different groups which in turn are defined in different ini files in an inventory directory Conflicts: test/units/TestInventory.py
g-k-r committed -
Add option to enable the sysctl -e option
jctanner committed -
Richard C Isaacson committed
-
very minor grammatical fix for readability
Jeremy Schneider committed -
fixes #6244
Michael DeHaan committed -
Luca Berruti committed
-
Add credential parameters to the GCE modules.
jctanner committed -
In order to simplify the workflow with the GCE modules, it's now possible to add the parameters and project name as arguments to the various GCE modules. The inventory plugin also returns the IP of the host in `ansible_ssh_host` so that you don't have to specify IPs into the inventory file. Some update to the documentation are also added. Closes #5583.
Franck Cuny committed -
It came up that fixing this unit test may relate to another ticket that is open. This work allows us to uncomment this unit test by fixing how we pars variables allowing a quoted variable to contain a '#'. Work also went into cleaning up some of the test data to clarify what was working. Lastly work went into cleaning up formatting so that the code is easily read.
Richard C Isaacson committed
-