- 24 Mar, 2013 8 commits
-
-
michael@ansibleworks.com committed
-
michael@ansibleworks.com committed
-
rhn_channel module
Michael DeHaan committed -
Support systemd template service unit files
Michael DeHaan committed -
Vincent Van der Kussen committed
-
Vincent Van der Kussen committed
-
Paul Sbarra committed
-
Paul Sbarra committed
-
- 23 Mar, 2013 4 commits
-
-
Vincent Van der Kussen committed
-
Vincent Van der Kussen committed
-
Vincent Van der Kussen committed
-
Vincent Van der Kussen committed
-
- 22 Mar, 2013 6 commits
-
-
Add quotes around postgresql database name
Michael DeHaan committed -
Jeffrey Chu committed
-
disabled appending file with garbage when regexp didn't match.
Michael DeHaan committed -
Piotr Kweclich committed
-
Fix pathnames in comments
Michael DeHaan committed -
Stoned Elipot committed
-
- 21 Mar, 2013 5 commits
-
-
Limit scope of arguments to service_control() in service module
Michael DeHaan committed -
Changed python interpreter to be consistent in these modules as compared...
Michael DeHaan committed -
Fix broken virtualenv link in pip documentation.
Michael DeHaan committed -
Add links to the ansible-examples repository in docs
Michael DeHaan committed -
Fixes for get_remote_head in git module
Michael DeHaan committed
-
- 20 Mar, 2013 3 commits
-
-
See issue #2471 This fixes get_remote_head() to be smarter about how to check remote head. It checks if it is a remote branch or tag and then checks for the remote object id associated with it. If it is sha1, get_remote_head() returns it as-is since there doesn't appear to be a way to check a remote repository for a specific object/sha1. is_remote_tag() is added to help out the new functionalit in get_remote_head(). In main(), if check_mode is true and version is a sha1, the module now checks to see if the object is present.
Stephen Fromm committed -
Tim Gerla committed
-
This fixes handling of arguments (module argument) in service_control(). It is now locally scoped such that modifications to it, in the case of a systemd host, do not later impact subsequent calls to service_control(). See issue #2449. Without patch: ansible-service[6177]: Command /usr/bin/systemctl stop cups cups , daemonize True With patch: ansible-service[6475]: Command /usr/bin/systemctl start cups , daemonize True I also updated the comments to reflect the case where systemd is really being called.
Stephen Fromm committed
-
- 19 Mar, 2013 6 commits
-
-
Ricky Elrod committed
-
invalidate group cache when adding a new group
Michael DeHaan committed -
invalidate group cache so that a group added by the add_host module will be relfected in the groups variable in later plays.
Rob Parrott committed -
lwade committed
-
Mention of ansible-doc and man pages for modules.
Michael DeHaan committed -
Yves Dorfsman committed
-
- 18 Mar, 2013 3 commits
-
-
fail when service cannot be found by chkconfig
Michael DeHaan committed -
Jeffrey Chu committed
-
module_formatter.return_data: use UTF-8 encoding
Michael DeHaan committed
-
- 17 Mar, 2013 5 commits
-
-
The text parameter can contain non-ASCII characters, so we'll encode it using UTF-8. For example the DOCUMENTATION of the bzr module has such characters in the name of the author.
Cristian Ciupitu committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-