- 12 Aug, 2012 3 commits
-
-
A couple fixes for setup module
Michael DeHaan committed -
If ip is not found in either /sbin or /usr/sbin, this will return an empty result. It seems extremely unlikely that a linux system will not have iproute2 installed
Stephen Fromm committed -
Specify full path to ip and add third argument 'show' to be explicit about requested action. This goes from 'ip addr' to '/sbin/ip addr show'.
Stephen Fromm committed
-
- 11 Aug, 2012 30 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library directory.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Add openvz detection to virtualization facts, and some cleanup
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Remove tests that involve network effects -- makes things faster and they are not really deep tests here either way.
Michael DeHaan committed -
Various retooling of the internal code behind inventory pattern matching in support of pending support for host ranges.
Michael DeHaan committed -
Dietmar Schinnerl committed
-
Dietmar Schinnerl committed
-
Dietmar Schinnerl committed
-
Dietmar Schinnerl committed
-
Dietmar Schinnerl committed
-
Dietmar Schinnerl committed
-
Ahmad Khayyat committed
-
Ahmad Khayyat committed
-
Ahmad Khayyat committed
-
- 10 Aug, 2012 6 commits
-
-
add the limit option, which can be used to further confine the patterns selected by "hosts:" in ansible-playbooks to an additional pattern (a subset) specified on the command line. For instance, a playbook could be reusable and target "webservers" and "dbservers", but you want to test only in the stage environment, or a few boxes at a time.
Michael DeHaan committed -
Add ability to store and access module results later on in the play. See examples/playbooks/register_logic for details.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Given user report that EL5 sudo does not support '--', remove it, and things seem to still work fine. let me know if this breaks any other boxes.
Michael DeHaan committed
-
- 11 Aug, 2012 1 commit
-
-
Update file module to not recurse when setting ownership
Michael DeHaan committed
-