- 01 Mar, 2013 9 commits
-
-
for #2196 now gruopby module invalidates host cached variables so they can be reevaluated with new groups Signed-off-by: Brian Coca <bcoca@tablethotels.com>
Brian Coca committed -
Doc that fetch returns ok when src not present.
Michael DeHaan committed -
virt module doc fix
Michael DeHaan committed -
Adding support for OpenWrt
Michael DeHaan committed -
Update various modules for check_mode
Michael DeHaan committed -
Add ISO8601 date/time format to setup
Michael DeHaan committed -
Zulu time and one with microseconds, useful for timestamping Add TZ
Jan-Piet Mens committed -
fdavis committed
-
Add remote user_id to ansible facts
Michael DeHaan committed
-
- 28 Feb, 2013 13 commits
-
-
Josh Mandel committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Added dat and time facts to setup
Michael DeHaan committed -
commit 076501459322cf6c14de742e504339d80ffdeed5 Author: Ton Kersten <tonk@tonkersten.com> Date: Thu Feb 28 21:32:57 2013 +0100 Added date and time facts to setup
Ton Kersten committed -
Yves Dorfsman committed
-
Fix bug from copy-paste
Michael DeHaan committed -
Mark Theunissen committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Service command handling fix when no upstart config file
Michael DeHaan committed -
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 -
Patrick Pelletier committed
-
- 27 Feb, 2013 18 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 -
This updates the following modules to support check_mode: * apt_key * apt_repository * easy_install * pip - will always report changed due to the way it handles state * seboolean * selinux * slurp - since nothing changes, it just adds that it supports check_mode * subversion - reports changed when checking out new repo and when updating. * supervisorctl * svr4pkg See issue #2114.
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
-