- 28 Aug, 2012 6 commits
-
-
Michael DeHaan committed
-
Mark Theunissen committed
-
Nagios
Michael DeHaan committed -
Missing change for postgresql example playbook
Michael DeHaan committed -
Allow variable expansion for vars that evaluate to false
Michael DeHaan committed -
Tim Bielawa committed
-
- 27 Aug, 2012 8 commits
-
-
Tim Bielawa committed
-
Tim Bielawa committed
-
Tim Bielawa committed
-
Pepe Barbe committed
-
Pepe Barbe committed
-
Cleaned up return methods
Tim Bielawa committed -
Daniel Hokka Zakrisson committed
-
Tim Bielawa committed
-
- 25 Aug, 2012 3 commits
-
-
Support systemd native services in the service module.
Michael DeHaan committed -
Florian Diebold committed
-
Most of it worked already, except for the enable parameter, because it tried to use chkconfig which only sees SysV services. First look for systemctl and use that if it exists.
Florian Diebold committed
-
- 24 Aug, 2012 16 commits
-
-
Add a state parameter to the wait_for module.
Michael DeHaan committed -
fix up local_nvra and fix for a missing localinstall rpm file.
Michael DeHaan committed -
Add working CPU model fact for some ARM devices
Michael DeHaan committed -
Check for terminal capabilities if curses is available
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Normally curses is part of the standard library, but this was not always the case in the past. The ANSIBLE_COLOR environment variable and the tty-check have priority over the curses method (as they are both faster than the curses test).
Dag Wieërs committed -
Works on Sheevaplug, probably works on Rasberry Pi as well
Maxim Burgerhout committed -
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
Seth Vidal committed
-
This takes started, stopped and restarted. Started returns when connecting is possible. Stopped when connecting is not possible. Restarted first waits for connecting to be impossible and returns when it is possible again.
Jeroen Hoekx committed -
Subversion
Michael DeHaan committed -
Allow change of ownership and checks for existing database
Michael DeHaan committed -
Change semantics of postgresql_user module
Michael DeHaan committed -
Add the wait_for module.
Michael DeHaan committed
-
- 23 Aug, 2012 7 commits
-
-
Issue #935: filter out __init__ module from the list of callbacks
Michael DeHaan committed -
Ludovic Claude committed
-
This module waits until a specific port on a given host can be connected to.
Jeroen Hoekx committed -
scope error with utils.py branch_path
Michael DeHaan committed -
Derek Carter committed
-
Dane Summers committed
-
added force option to git - made both subversion and git default to force=true for backward compatibility with git's previous behavior
Dane Summers committed
-