- 23 Nov, 2012 1 commit
-
-
* Basically the moving parts from the original service module arranged in subclasses. * General structure and helper methods comes from the user module. * Less forgiving to unsupported platforms: it requires a subclass per platform. (This makes it easier to work on one platform without having to think about. what other platform might be affected in unexpected ways). * Now has basic OpenBSD support. * Solaris support needs to be added. Thanks to @dhozac for general advice and Linux testing. Thanks to @bcoca for clearing up some FreeBSD questions.
Patrik Lundin committed
-
- 22 Nov, 2012 2 commits
-
-
Daniel Hokka Zakrisson committed
-
DOCUMENTATION strings
Michael DeHaan committed
-
- 21 Nov, 2012 9 commits
-
-
Broken by the move from utils.py to utils/__init__.py
Daniel Hokka Zakrisson committed -
Allows using -e ansible_ssh_port=foo and have it apply to all actions.
Daniel Hokka Zakrisson committed -
Jan-Piet Mens committed
-
Daniel Hokka Zakrisson committed
-
Make the default an empty string
Michael DeHaan committed -
Seems a bit strange I have to set a default in two locations.
Dag Wieers committed -
Use runner's basedir as cwd for -c local
Michael DeHaan committed -
Provide a proper error when the remote_port is not an integer
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
- 20 Nov, 2012 6 commits
-
-
Allow the remote port to be templated per play
Daniel Hokka Zakrisson committed -
As reported on the mailinglist, the user received a ValueError when the port number was not templated (fixed in #1649) and therefore it was not an integer. This change will catch the exception and provide a proper error so it is more clear.
Dag Wieers committed -
This was requested on the mailinglist and seems useful.
Dag Wieers committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
- 19 Nov, 2012 8 commits
-
-
Daniel Hokka Zakrisson committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 18 Nov, 2012 11 commits
-
-
Use plugin system for modules
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Fixes #1395.
Daniel Hokka Zakrisson committed -
Fixes #1624.
Daniel Hokka Zakrisson committed -
Fixes #1020.
Daniel Hokka Zakrisson committed -
Allow adding additional arguments to service module
Michael DeHaan committed -
Some services allow additional arguments to be provided on the command line. This patch makes it possible.
Dag Wieers committed -
Make deb doesn't work on a small debian wheezy install without this addition to build-depends
Michael DeHaan committed -
Drop dwim prefix from returned items in fileglob
Michael DeHaan committed
-
- 17 Nov, 2012 3 commits
-
-
Fixes #1618.
Daniel Hokka Zakrisson committed -
asciidoc is now needed to build the package.
Gary Richards committed -
Support for user_data in ec2 module
Michael DeHaan committed
-