- 06 Mar, 2014 9 commits
-
-
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 -
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 -
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
-
- 04 Mar, 2014 13 commits
-
-
Update intro_installation.rst
Michael DeHaan committed -
Fix broken Ansible Tower link.
Michael DeHaan committed -
error in ubuntu install instructions
koffu committed -
Markus Amalthea Magnuson committed
-
Markus Amalthea Magnuson committed
-
setup: Fix KeyError: 'ipv4_secondaries' (issue #6274)
Michael DeHaan committed -
Fix wrong module name for exception in nova compute
Michael DeHaan committed -
Fixed Links
Michael DeHaan committed -
Link to guru page was not rendering correctly on http://docs.ansible.com/faq.html. Link to readme returned 404.
Nathan W committed -
anatoly techtonik committed
-
Update README.md
Michael DeHaan committed -
ansible depends on sshpass as well.
Mikki-black committed -
failed: [127.0.0.1] => {"failed": true, "parsed": false} invalid output was: Traceback (most recent call last): File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 1328, in <module> main() File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 241, in main except exc.Unauthorized, e: NameError: global name 'exc' is not defined
Michael Scherer committed
-