- 28 Feb, 2013 1 commit
-
-
commit e057ea671395ec8847f920a63cf9524f5c8fde5f Author: Ton Kersten <tonk@tonkersten.com> Date: Thu Feb 28 13:02:25 2013 +0100 Fixed the service command not working On Ubuntu 1[02].04 the service name was not recognized because there is a SysV style init script, but not an upstart config file. Example: The `ntp` client. Also removed extra spaces at the end of the lines, while at it.
Ton Kersten committed
-
- 27 Feb, 2013 29 commits
-
-
Fix proxy env format
Michael DeHaan committed -
The incorrect format (e.g. http_proxy=http://proxy.bos.example.com:8080) gave this error: "environment must be a dictionary".
Cliffano Subagio committed -
Fix CliRunnerCallbacks.on_file_diff in callbacks.py
Michael DeHaan committed -
When running ansible -C, I get a traceback that ends with AttributeError: Values instance has no attribute 'diff' This fixes on_file_diff to behave similar to PlaybookRunnerCallbacks.on_file_diff().
Stephen Fromm committed -
Fixes #2218.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Updated virtualenv note
Michael DeHaan committed -
Fixes transferring newlines in args:, as well as """.
Daniel Hokka Zakrisson committed -
Scott Anderson committed
-
Add lvol module to manage logical volumes.
Michael DeHaan committed -
Work around hanging module. Thanks to Daniel Hozac for the tip.
Daniel Hokka Zakrisson committed -
Hubert Feyrer committed
-
Jeroen Hoekx committed
-
Fixes using $TEMPLATE() and hostvars in a task without a name, among other things.
Daniel Hokka Zakrisson committed -
Better documentation, removed runfcgi, added createcachetable
Michael DeHaan committed -
Scott Anderson committed
-
Adding a script to auto-generate an authors file, runnable from 'make authors', which is called from 'make docs/webdocs'.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
-
Add some aliases for django manage, mainly around underscores, and use the newer (easier) way to do module docs. Also add list of avail commands to docs.
Michael DeHaan committed -
Scott Anderson committed
-
First try and making the nagios module NOOPpable
Michael DeHaan committed -
Michael DeHaan committed
-
git://github.com/cocoy/ansibleMichael DeHaan committed
-
Michael DeHaan committed
-
Adding back support for pass=
Michael DeHaan committed
-
- 26 Feb, 2013 9 commits
-
-
Mark Theunissen committed
-
Add type checking for module arguments, converting as much as possible
Daniel Hokka Zakrisson committed -
Adopt best practices with distributing portfiles
Michael DeHaan committed -
Reorganised packaging and added some notes for less experienced users on how to get the development version of ansible installed using macports.
Jimmy Tang committed -
Tim Bielawa committed
-
This gives a more readable output when producing diff for a task with multiple items (with_items).
Stoned Elipot committed -
Stoned Elipot committed
-
fixing changelog
Michael DeHaan committed -
Sri Harsha Yalamanchili committed
-
- 25 Feb, 2013 1 commit
-
-
No_log params
Daniel Hokka Zakrisson committed
-