- 19 Sep, 2013 3 commits
-
-
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
-
- 09 Sep, 2013 10 commits
-
-
Fixes #4068
James Cammarata committed -
This reverts commit ecc2b6e7. Fixes #4069
James Cammarata committed -
James Cammarata committed
-
Fixes #4026 Fixes #3989
James Cammarata committed -
Fixes #4025
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
Nova_compute wait_for fixes
Michael DeHaan committed
-
- 08 Sep, 2013 2 commits
-
-
Charles Blonde committed
-
Charles Blonde committed
-
- 07 Sep, 2013 5 commits
-
-
Fixed -e "" on ansible-playbook.
Michael DeHaan committed -
Kavin Kankeshwar committed
-
Alan Descoins committed
-
James Cammarata committed
-
The required package for selinux is libselinux-python
Michael DeHaan committed
-
- 06 Sep, 2013 3 commits
-
-
James Laska committed
-
James Cammarata committed
-