- 17 Jun, 2014 2 commits
-
-
BUGFIX 1178: Adding better existence check in one place. db_import now fails fast if target does not exist b/c no point going further without the target.
Scott Brown committed -
BUGFIX 7811: Adding file existence check when performing mysql import on a .gz or .bz2 file, otherwise Ansible will not notice that the underlying *nix command silently died.
Scott Brown committed
-
- 01 Apr, 2014 1 commit
-
-
The mysqldb Ansible module will fail if the state specified is import or dump with a '1045: Access Denied' mysql error for complex passwords. This is caused by the extra quote around the '--password' argument to mysqldump, as pipes.quotes already quotes the password string. >>> "--password='%s'" % pipes.quote('simple') "--password='simple'" >>> "--password='%s'" % pipes.quote('c0mplexp@ssword!') "--password=''c0mplexp@ssword!''" >>> "--password='%s'" % pipes.quote('password with space') "--password=''password with space''"
Chao Luan committed
-
- 31 Mar, 2014 1 commit
-
-
Jonathan Mainguy committed
-
- 30 Mar, 2014 1 commit
-
-
Jonathan Mainguy committed
-
- 13 Mar, 2014 2 commits
-
-
Tests clean.
Richard C Isaacson committed -
Richard C Isaacson committed
-
- 26 Feb, 2014 1 commit
-
-
From the documentation it is not immediately clear that the 'target' option refers to a location on the remote host. This change emphasizes that. In addition to .sql files, .bz2 and .gz files are supported for dumps and restores. This is now documented.
Guido Kollerie committed
-
- 02 Jan, 2014 1 commit
-
-
The password is passed on a command line for dump and import and needs quoting. Ideally, this would not be passed on a command line at all - any ideas? Or at least have a stronger form of quoting so that embedded single quotes will be escaped.
Jim Kleckner committed
-
- 27 Dec, 2013 1 commit
-
-
The code for mysql_db did not pass the port argument when state=dump or state=import.
Jim Kleckner committed
-
- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 28 Nov, 2013 2 commits
-
-
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago." This reverts commit ff0a41d4.
Michael DeHaan committed -
Michael DeHaan committed
-
- 29 Oct, 2013 1 commit
-
-
James Tanner committed
-
- 19 Oct, 2013 2 commits
-
-
Jonathan Mainguy committed
-
Added all_databases option which works like all-databases optin in mysqldump, and works in import by not naming a database to import as
Jonathan Mainguy committed
-
- 16 Oct, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 30 Sep, 2013 1 commit
-
-
Damian Moore committed
-
- 05 Sep, 2013 1 commit
-
-
Tom Dymond committed
-
- 14 Jul, 2013 1 commit
-
-
Jan-Piet Mens committed
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 26 Apr, 2013 2 commits
-
-
Alex Quach committed
-
Dirk Uys committed
-
- 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
-