- 09 Jun, 2014 5 commits
-
-
Fix documentation of deb option in apt module
James Cammarata committed -
Update intro_installation.rst
Michael DeHaan committed -
bigip_monitor bugfix for check mode
James Cammarata committed -
Fixes #7528
James Cammarata committed
- 08 Jun, 2014 2 commits
-
-
Casey Fitzpatrick committed
-
This is different wording for using the PPA to install. I also added the installation of apt-add-repository package which isn't always installed. (I'm a newbie but while running these I wished whatever style was being used on the docs pages would have let me cut and paste the commands without having to edit out the $ characters manually....)
Gerry Skerbitz committed
-
- 07 Jun, 2014 3 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
- 06 Jun, 2014 7 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 -
The apt module may install a .deb package on the remote machine, not on the local. Fix the misleading documentation.
Jean-Frédéric committed -
ec2_group: Fix for 500 error when creating new security groups
James Cammarata committed -
Fixes case where properties are retrieved for a non existent monitor which happens in check mode.
Serge van Ginderachter 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 10 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
-