- 27 Apr, 2013 10 commits
-
-
git://github.com/insom/ansibleMichael DeHaan committed
-
git://github.com/iliv/ansibleMichael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
doc typo fix in copy module
Michael DeHaan committed
- 26 Apr, 2013 17 commits
-
-
Matt Coddington committed
-
Added a ring_wait option (waits for ring_ready to return true)
Michael DeHaan committed -
Now using module.run() Fixed raw_stats() function.
James Martin committed -
Fix bug causing mysqldump to fail
Michael DeHaan committed -
Escape MySQL db names.
Michael DeHaan committed -
Alex Quach committed
-
Dirk Uys committed
-
Fixed cloudformation docs and updated EXAMPLES section in the docs for t...
Michael DeHaan committed -
added informations for openSUSE and SUSE Linux Enterprise
Michael DeHaan committed -
typo fix
Michael DeHaan committed -
Lars Vogdt committed
-
Matt Coddington committed
-
Lester Wade committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Remove leftover debug statement in template code.
Michael DeHaan committed
-
- 25 Apr, 2013 9 commits
-
-
Michael DeHaan committed
-
There are various cases where a UID to username to UID mapping breaks down. One UID can be used by two usernames, or no username. If we always use UIDs internally, then these ambiguous cases won't be a problem.
Aaron Brady committed -
Aaron Brady committed
-
Jeroen Hoekx committed
-
Michael DeHaan committed
-
Flush handlers before pre and post task sections change, but not between task and roles, as this seems to be confusing to people (and not usually neccessary)
Michael DeHaan committed -
Improve variable smushing so it only has to be done in one place. This is related to shlex.split being called on untemplated variables in some rare cases.
Michael DeHaan committed -
Michael DeHaan committed
-
Catch exception when logging to systemd journal fails
Michael DeHaan committed
-
- 24 Apr, 2013 4 commits
-
-
This implementation falls back to python-dmidecode (RHEL5.5+) if the kernel as no DMI support. Alternatively, if python-dmidecode is missing, we attempt to use the dmidecode binary (for RHEL5.4 and older) before giving up. This fixes #376 and #1657 and also helps @lwade on RHEL5.5+.
Dag Wieers committed -
systemd journal will throw IOError exception when journal.sendv() fails. This catches that and falls back to syslog. See issue #2773.
Stephen Fromm committed -
Corrected instance password data check. Previously broken after adding ...
Michael DeHaan committed -
Lester Wade committed
-