- 20 Sep, 2013 10 commits
-
-
https://github.com/jlaska/ansible
Merge branch 'rax_wait_on_delete' of https://github.com/jlaska/ansible into jlaska-rax_wait_on_delete
James Cammarata committed -
-
James Cammarata committed
-
Add support to existing rax module to honor the wait (and wait_timeout) parameters on delete operations. This patch removes existing logic in favor of the built-in pyrax.utils.wait_until method.
James Laska committed -
James Cammarata committed
-
James Cammarata committed
-
Pieter Avonts committed
-
Fixes #4076
James Cammarata committed
- 19 Sep, 2013 13 commits
-
-
James Cammarata committed
-
https://github.com/gottwald/ansible
Merge branch 'service-enable-fix' of https://github.com/gottwald/ansible into gottwald-service-enable-fix
James Cammarata committed -
When service module is used on unsupported Linux system where init script is used directly, LinuxService.svc_cmd is None so .endswith() fails. This extends fix from e2f20db5 also for state=restarted. Fixes issue #3533
Petr Svoboda committed -
Fixed missing required package in notes.
James Cammarata committed -
René Moser committed
-
Also added this feature to the CHANGELOG
James Cammarata committed -
This patch also checks specifically for a return code of 255, which indicates an unknown SSH error of some kind. When that happens, ansible will now recommend running with -vvvv (if not enabled) or show the output from 'ssh -vvv' (when it is enabled)
James Cammarata committed -
Thomas Omans committed
-
James Cammarata committed
-
James Cammarata committed
-
DEFAULT_MODULE_PATH in setup.py
Michael DeHaan committed -
Michael DeHaan committed
-
- 18 Sep, 2013 12 commits
-
-
Typo fix from `accelerated: true` to `accelerate: true`
James Cammarata committed -
Erick Yellott committed
-
This shouldn't generally be needed unless you're working in an environment that uses rediculously long FQDNs; if the name is too long, you wind up hitting unix domain socket filepath limits enforced by ssh.
Brian Harring committed -
Merge branch 'fix/apt_repository_update_cache' of https://github.com/resmo/ansible into resmo-fix/apt_repository_update_cache
James Cammarata committed -
James Cammarata committed
-
The default behavior is to update_cache if changed. If you add more then one repo, you may not want to update cache for every repo separately. So you can now disable update_cache with this new option e.g. update_cache=no Updating cache can also be handled using the apt module.
René Moser committed -
Cosmetic - Digital ocean cleanup
Michael DeHaan committed -
Ralph Bean committed
-
The EXAMPLES block here has two copies of the same docs, one nicely formatted, the other less so. It looks like a pass was made to clean up the docs but the old cruftier ones were never removed.
Ralph Bean committed -
zabbix inventory: print errors to stderr
Michael DeHaan committed -
René Moser committed
-
René Moser committed
-
- 17 Sep, 2013 5 commits
-
-
Two fixes: * parameter name is selevel, not serange. * Fix split on selinux context to limit to max of 4 since the selevel may contain ':' characters. This was fixed in selinux_default_context() and selinux_context().
Stephen Fromm committed -
apt: fixed duplicate fail_json
James Cammarata committed -
Rene Moser committed
-
use DEFAULT_MODULE_PATH in setup.py so that there is a chance to override with ANSIBLE_LIBRARY env variable
Skylar Saveland committed -
Fixed monit restarted error.
Michael DeHaan committed
-