- 07 Oct, 2013 14 commits
-
-
James Cammarata committed
-
Fixes #4321 Conflicts: library/utilities/accelerate
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
This will remain in ansible.cfg only. Conflicts: lib/ansible/playbook/play.py
James Cammarata committed -
James Cammarata committed
-
This setting makes the timeout for each play configurable, rather than hard-coding it at 300 seconds (now the default if left unspecified) Fixes #4162 Conflicts: lib/ansible/constants.py lib/ansible/playbook/play.py
James Cammarata committed -
Commands will now be started up in a separate task from the main handler thread, so that it can be monitored for completeness while sending a keepalive packet back to the controller to avoid a socket receive timeout.
James Cammarata committed -
James Cammarata committed
-
bennojoy committed
-
Andrey Shorin committed
-
Andrey Shorin committed
-
- 19 Sep, 2013 9 commits
-
-
James Cammarata committed
-
Les Aker committed
-
James Cammarata committed
-
Also added this feature to the CHANGELOG Conflicts: CHANGELOG.md
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 -
James Cammarata 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 -
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 -
René Moser committed
-
- 16 Sep, 2013 2 commits
-
-
James Cammarata committed
-
Fixes #4111
James Cammarata committed
-
- 13 Sep, 2013 5 commits
-
-
James Cammarata committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
James Cammarata committed
-
Fixes #4104
James Cammarata committed
-
- 11 Sep, 2013 6 commits
-
-
https://github.com/hnakamur/ansible…
Merge branch 'fix_changed_for_yum_group' of https://github.com/hnakamur/ansible into hnakamur-fix_changed_for_yum_group
James Cammarata committed -
* Added in support for freebsd-style sysctl commands * Replaced some functionality that was provided by module_common * Simplified some logic in a couple of places (ie, not checking a split with len() but instead limiting the split to 1) Fixes #3380
James Cammarata committed -
Michael DeHaan committed
-
Fixes #3931
James Cammarata committed -
Fixes #3615 Fixes #3572
James Cammarata committed -
Also slight modification to the error message in the earlier commit that modified the update-rc.d detection portion of the code Fixes #3474
James Cammarata committed
-
- 10 Sep, 2013 4 commits
-
-
Hiroaki Nakamura committed
-
Hiroaki Nakamura committed
-
James Cammarata committed
-
By default, the service module had assumed that if the system had the update-rc.d binary, the service was either managed via upstart or standard sysV init-style scripts. This patch adds a check for systemctl ahead of the other methods when update-rc.d is detected, and also simplifies the logic around the detection of systemctl-managed services
James Cammarata committed
-