- 07 Jun, 2014 2 commits
-
-
James Cammarata committed
- 06 Jun, 2014 5 commits
-
-
* Fixed error messages to be more descriptive * Removed direct use of subprocess module and replaced it with calls to module.run_command * Changed AZURE_MANAGEMENT_CERT_PATH to be just AZURE_CERT_PATH, which matches what is expected by the inventory script
James Cammarata committed -
ec2_group: Fix for 500 error when creating new security groups
James Cammarata committed -
Michael DeHaan committed
-
Fixes #7505
James Cammarata committed
-
- 05 Jun, 2014 13 commits
-
-
Fixes #7506
James Cammarata committed -
Kevin Bell committed
-
Kevin Bell committed
-
Kevin Bell committed
-
Fixes #7640
James Cammarata committed -
Show friendlier error message if nova.ini is not found.
James Cammarata committed -
Signed-off-by: Hector Acosta <hector.acosta@gmail.com>
Hector Acosta committed -
Fix issue with symlink path detection
James Cammarata committed -
Update developing_modules.rst
James Cammarata committed -
eludom committed
-
ansible-pull should respect inventory file settings because, say, Python...
James Cammarata committed -
Fixes #7627 Fixes #7664
James Cammarata committed -
The os.path.isdir() returns True for symlinks that point to directories, so we also need to check to make sure it's not a symlink too. Fixes #7657
James Cammarata committed
-
- 04 Jun, 2014 14 commits
-
-
ansible-pull should respect inventory file settings because, say, Python interpreter path can be non-default on a host
Alex Chistyakov committed -
Fixes #7628
James Cammarata committed -
Fixes #7592
James Cammarata committed -
Fixes #7631
James Cammarata committed -
Clarified, remote_user config item does override ansible current user
James Cammarata committed -
Bill Carlson committed
-
Fixes #7658
James Cammarata committed -
Fixes #7652
James Cammarata committed -
made nested lists diff lengths - caused confusion
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Fixes #7598
James Cammarata committed -
As a relatively-new user to Ansible, the Nested Loop example made me think it was looping through both lists together (`alice` would go with `clientdb`, `bob` with `employeedb`) and not actually nested. I realize now I was just being stupid, but I feel making the example lists different lengths would prevent such confusion in the future.
tsemerad committed
-
- 03 Jun, 2014 6 commits
-
-
Also cleaning up integration tests that had checks for the empty item attribute in certain results. Fixes #7535
James Cammarata committed -
fixing problem where ansible would error out because Amazon was saying the group didnt exist yet (needed to wait a few more seconds for amazon to propagate correctly)
evanccopengeo committed -
James Cammarata committed
-
Add primary group in the first user module doc example
James Cammarata committed -
Fix typo in CHANGE MASTER TO syntax
James Cammarata committed
-