summaryrefslogtreecommitdiff
path: root/database
Commit message (Collapse)AuthorAgeFilesLines
* Update for modules which import json.json-imports-fallbackToshio Kuratomi2016-01-111-1/+6
| | | | | | | Some do not use the json module directly so don't need import json. Some needed to fallback to simplejson with no traceback if neither was installed Fixes #1298
* Merge pull request #1255 from Jmainguy/mysql_connectToshio Kuratomi2015-12-161-109/+23
|\ | | | | Unify mysql modules.
| * Unify mysql modules.Jonathan Mainguy2015-11-201-109/+23
| | | | | | | | Added config_file, ssl_ca, ssl_cert, ssl_key, changed connect method, added error checking where a backtrace previoussly was possible
* | Fix mongodb_user docs typo Josh Gachnang2015-12-011-1/+1
|/ | | | | Bob's last name is Belcher: http://bobs-burgers.wikia.com/wiki/Bob_Belcher. These docs made me chuckle, so thanks :)
* revert to unbreak pull requestKenny Gryp2015-11-091-1/+1
|
* in order for replication setup to work, some errors should be ignoredKenny Gryp2015-11-091-1/+1
|
* including error code and error number when database connection creation failsKenny Gryp2015-11-031-1/+2
|
* BUGFIX: misnamed function name breaks check modeJavier Palacios2015-11-021-2/+2
|
* Fix bug #1067Luis Rodriguez2015-10-071-1/+1
|
* Merge pull request #981 from ↵James Cammarata2015-09-171-1/+33
|\ | | | | | | | | tersmitten/add-more-modes-to-the-mysql-replication-module Add more modes to the mysql_replication module
| * Documented new operation modesMischa ter Smitten2015-09-171-1/+1
| |
| * Add more modes to the mysql_replication moduleMischa ter Smitten2015-09-151-0/+32
| | | | | | | | Fixes #979
* | Update mongodb_user.pyConstantine Romanov2015-09-031-0/+1
| | | | | | version_added: "2.0"
* | Update mongodb_user.pyConstantine Romanov2015-09-031-1/+9
|/ | | Auth source support
* added missing license headersBrian Coca2015-07-301-2/+16
| | | | fixes #508
* Clean up unneeded urllib2 importsToshio Kuratomi2015-07-201-3/+2
|
* replace tabs with spaces in mongodb_user.pyMatt Martz2015-06-301-4/+4
|
* Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-163-4/+4
|
* #364 Added support for update_password=dict(default="always", ↵Solomon Gifford2015-06-161-2/+15
| | | | choices=["always", "on_create"])
* fixes issue #362Solomon Gifford2015-06-161-13/+20
|
* \login_password with missing login_user not caught #363Solomon Gifford2015-06-161-1/+1
|
* Many more doc fixesToshio Kuratomi2015-05-151-2/+2
|
* fix doc parsing by correctly quoting authorBrian Coca2015-05-142-2/+2
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Update mysql_replication.pyGreg DeKoenigsberg2015-05-131-0/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-0/+3
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* minor doc fixesBrian Coca2015-05-131-2/+5
|
* Merge pull request #124 from banyek/mysql-gtid-replicationBrian Coca2015-05-131-1/+7
|\ | | | | gtid_replication parameter added
| * Changes made as modifying master_auto_position parameter type to boolBalazs Pocze2015-04-151-2/+1
| |
| * gtid_replication parameter changed to master_auto_position to keep theBalazs Pocze2015-04-141-4/+4
| | | | | | | | same variable name as the MySQL server itself
| * gtid_replication parameter added to keep this module working inBalazs Pocze2014-12-011-1/+8
| | | | | | | | environments which are using GTID replication
* | Fix up modules that have python24 syntax errorMatt Martz2015-05-111-1/+4
| |
* | vertica doc fixesBrian Coca2015-03-315-116/+103
| |
* | Port is an integer so use arg_spec to enforce that.Toshio Kuratomi2015-03-261-3/+3
| |
* | corrected 'version added'Brian Coca2015-03-255-5/+5
| |
* | new vertica modulesDariusz Owczarek2015-03-256-0/+1428
| |
* | Fix postgresql_ext documentationToshio Kuratomi2015-03-021-1/+1
| |
* | Move other postgres module into the postgresql hierarchyToshio Kuratomi2015-03-021-0/+0
| |
* | Import @dschep's module for installing postgres extensions.Daniel Schep2015-03-022-0/+188
| | | | | | | | | | Reviewed by @bcoca as a PR against the core repo here: https://github.com/ansible/ansible-modules-core/pull/21
* | changed to make name primary over user, as examples and keep consistentBrian Coca2015-02-161-3/+4
| |
* | Merge pull request #76 from jensdepuydt/postgresql_langBrian Coca2015-02-111-0/+256
|\ \ | | | | | | added postgresql_lang.py
| * | added postgresql_lang.pyJens Depuydt2014-10-171-0/+256
| | |