- 03 Apr, 2013 1 commit
-
-
Jeffrey Chu committed
-
- 25 Mar, 2013 1 commit
-
-
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
-
- 15 Mar, 2013 1 commit
-
-
mysql_user and mysql_db both take a login_unix_socket option. This patch adds docs that describe how to use it.
Lorin Hochstein committed
-
- 12 Mar, 2013 1 commit
-
-
Peter Janes committed
-
- 05 Mar, 2013 1 commit
-
-
The target parameter is not required, the DOCUMENTATION section was in error.
asad-at-srt committed
-
- 26 Feb, 2013 1 commit
-
-
Mark Theunissen committed
-
- 22 Feb, 2013 1 commit
-
-
According to the MySQL docs[0] the password should be stored after 'password=' instead of 'pass='. [0] http://dev.mysql.com/doc/refman/5.1/en/password-security-user.html
Till Maas committed
-
- 16 Feb, 2013 1 commit
-
-
Blair Zajac committed
-
- 10 Jan, 2013 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 09 Jan, 2013 1 commit
-
-
Fixes #1848.
Daniel Hokka Zakrisson committed
-
- 21 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 09 Nov, 2012 1 commit
-
-
Yvan Cottyn committed
-
- 23 Oct, 2012 1 commit
-
-
- added terse syntax to modules.rst - added description of special variables to template module
Jan-Piet Mens committed
-
- 12 Oct, 2012 1 commit
-
-
Aurélien Bondis committed
-
- 11 Oct, 2012 1 commit
-
-
mysql_db: use the database to test connexion, added dump and import state - requires target=path/to/a/file
Aurélien Bondis committed
-
- 01 Oct, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 29 Sep, 2012 2 commits
-
-
Marco Vito Moscaritolo committed
-
Marco Vito Moscaritolo committed
-
- 03 Aug, 2012 2 commits
-
-
Ingo Gottwald committed
-
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the AnsibleModule stuff no longer base64 encodes for simplicity and speed reasons.
Michael DeHaan committed
-
- 01 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 31 Jul, 2012 1 commit
-
-
mysql_db: added 'encoding' and 'collation' args postgresql_db: added 'owner', 'template' and 'encoding' args
Petros Moisiadis committed
-
- 30 Jul, 2012 1 commit
-
-
Changing the parameter names to be consistent, and adding root user default with empty password, as per mysql standard
Mark Theunissen committed
-
- 26 Jul, 2012 4 commits
-
-
Check file exists instead of relying on the exception. Leave the exception catch in, in case the file is deleted or some other issue crops up
Mark Theunissen committed -
Mark Theunissen committed
-
Mark Theunissen committed
-
Changing to read from a file pointer instead so that an exception is thrown if the file doesn't exist
Mark Theunissen committed
-
- 25 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-
- 22 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-
- 21 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-
- 13 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-