- 05 Mar, 2014 14 commits
-
-
James Tanner committed
-
This reverts commit a8082874, reversing changes made to 6129ea75.
Richard C Isaacson 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
-
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 21 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 -
Removes pluralization of manager tag attribute.
jctanner committed -
Add comment about mod_admin_extra
Michael DeHaan committed -
Jim Kytola committed
-
Fixes issue #6027.
ToBeReplaced committed -
Synchronize .deb package version with VERSION file
Michael DeHaan committed -
Maciej Delmanowski committed
-
Add support for checking host against global known host files. The effect of this is that before this fix if files are spread across the known_hosts file but not in the ~/known_hosts file the hosts will execute sequentially. This PR augments the functionality so that all of the knowns hosts will execute in parallel.
Richard Isaacson committed -
Fixes templating of ansible_ssh_host for delegates. Tested that this works. Confirmed.
Richard Isaacson committed
-
- 03 Mar, 2014 5 commits
-
-
Fix incorrect use of copy() on list, causing a traceback
Michael DeHaan committed -
Avoid range selection on empty groups
Michael DeHaan committed -
Update CONTRIBUTING.md
Michael DeHaan committed -
docsite no longer has a subdirectory latest.
arianitu committed -
minor typo in playbooks_variables.rst
Michael DeHaan committed
-