- 25 Mar, 2013 6 commits
-
-
reinplace on OSX 10.8 seems to behave differently, this change has been tested on a few 10.8 and 10.7 machines.
Jimmy Tang committed -
Strip quotes when parsing my.cnf
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Remove leading/trailing single or double quotes when parsing the my.cnf file in mysql_user and mysql_db. Do this so that these modules parse the my.cnf file the same way that the mysql client does. From: http://dev.mysql.com/doc/refman/5.0/en/option-files.html You can optionally enclose the value within single quotation marks or double quotation marks, which is useful if the value contains a “#” comment character. Fixes #2405
Lorin Hochstein committed
-
- 24 Mar, 2013 16 commits
-
-
inject a dictionary of avaiable variables and the environment into executor
Michael DeHaan committed -
Make logging to journal match what goes to syslog on non-systemd hosts
Michael DeHaan committed -
Added SunOS (Solaris, illumos, etc) service management
Michael DeHaan committed -
attempt to add service to chkconfig when suggested
Michael DeHaan committed -
Added additional filter options for instances for EC2 and Eucalyptus
Michael DeHaan committed -
fixed doc regarding wild card pattern on groups.
Michael DeHaan committed -
Michael DeHaan committed
-
michael@ansibleworks.com committed
-
michael@ansibleworks.com committed
-
rhn_channel module
Michael DeHaan committed -
Support systemd template service unit files
Michael DeHaan committed -
Shaun Zinck committed
-
Vincent Van der Kussen committed
-
Vincent Van der Kussen committed
-
Paul Sbarra committed
-
Paul Sbarra committed
-
- 23 Mar, 2013 6 commits
-
-
Vincent Van der Kussen committed
-
Shaun Zinck committed
-
Vincent Van der Kussen committed
-
Vincent Van der Kussen committed
-
Vincent Van der Kussen committed
-
Yves Dorfsman 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 1 commit
-
-
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
-