- 16 Sep, 2013 8 commits
-
-
James Cammarata committed
-
https://github.com/sergevanginderachter/ansible…
Merge branch 'subelements' of https://github.com/sergevanginderachter/ansible into sergevanginderachter-subelements
James Cammarata committed -
James Cammarata committed
-
https://github.com/sfromm/ansible
Conflicts: lib/ansible/runner/connection_plugins/accelerate.py
James Cammarata committed -
James Cammarata committed
-
Fixes #4111
James Cammarata committed
-
- 15 Sep, 2013 4 commits
-
-
Add some more OpenBSD facts
Michael DeHaan committed -
Expand tilde in paths in file module
Michael DeHaan committed -
Locate easy_install path after (optionally) creating virtualenv.
Michael DeHaan committed -
added: * ansible_distribution * ansible_distribution_release * ansible_distribution_version
r-p-e committed
-
- 14 Sep, 2013 13 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
edit doc some more, remove line break
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
formatting, add twitter link
Michael DeHaan committed -
word wrap and formatting
Michael DeHaan committed -
Convert URLs to short form hyperlinks
Michael DeHaan committed -
URL formatting
Michael DeHaan committed -
Github formatting fixups
Michael DeHaan committed -
Add URLs to mailing lists instead so it's obvious on how to subscribe
Michael DeHaan committed -
Michael DeHaan committed
-
- 13 Sep, 2013 5 commits
-
-
James Cammarata committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan 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
-