Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for modules which import json.json-imports-fallback | Toshio Kuratomi | 2016-01-11 | 1 | -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_connect | Toshio Kuratomi | 2015-12-16 | 1 | -109/+23 |
|\ | | | | | Unify mysql modules. | ||||
| * | Unify mysql modules. | Jonathan Mainguy | 2015-11-20 | 1 | -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 Gachnang | 2015-12-01 | 1 | -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 request | Kenny Gryp | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | in order for replication setup to work, some errors should be ignored | Kenny Gryp | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | including error code and error number when database connection creation fails | Kenny Gryp | 2015-11-03 | 1 | -1/+2 |
| | |||||
* | BUGFIX: misnamed function name breaks check mode | Javier Palacios | 2015-11-02 | 1 | -2/+2 |
| | |||||
* | Fix bug #1067 | Luis Rodriguez | 2015-10-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #981 from ↵ | James Cammarata | 2015-09-17 | 1 | -1/+33 |
|\ | | | | | | | | | tersmitten/add-more-modes-to-the-mysql-replication-module Add more modes to the mysql_replication module | ||||
| * | Documented new operation modes | Mischa ter Smitten | 2015-09-17 | 1 | -1/+1 |
| | | |||||
| * | Add more modes to the mysql_replication module | Mischa ter Smitten | 2015-09-15 | 1 | -0/+32 |
| | | | | | | | | Fixes #979 | ||||
* | | Update mongodb_user.py | Constantine Romanov | 2015-09-03 | 1 | -0/+1 |
| | | | | | | version_added: "2.0" | ||||
* | | Update mongodb_user.py | Constantine Romanov | 2015-09-03 | 1 | -1/+9 |
|/ | | | Auth source support | ||||
* | added missing license headers | Brian Coca | 2015-07-30 | 1 | -2/+16 |
| | | | | fixes #508 | ||||
* | Clean up unneeded urllib2 imports | Toshio Kuratomi | 2015-07-20 | 1 | -3/+2 |
| | |||||
* | replace tabs with spaces in mongodb_user.py | Matt Martz | 2015-06-30 | 1 | -4/+4 |
| | |||||
* | Changes to author formatting, remove emails | Greg DeKoenigsberg | 2015-06-16 | 3 | -4/+4 |
| | |||||
* | #364 Added support for update_password=dict(default="always", ↵ | Solomon Gifford | 2015-06-16 | 1 | -2/+15 |
| | | | | choices=["always", "on_create"]) | ||||
* | fixes issue #362 | Solomon Gifford | 2015-06-16 | 1 | -13/+20 |
| | |||||
* | \login_password with missing login_user not caught #363 | Solomon Gifford | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | Many more doc fixes | Toshio Kuratomi | 2015-05-15 | 1 | -2/+2 |
| | |||||
* | fix doc parsing by correctly quoting author | Brian Coca | 2015-05-14 | 2 | -2/+2 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Update mysql_replication.py | Greg DeKoenigsberg | 2015-05-13 | 1 | -0/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -0/+3 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | minor doc fixes | Brian Coca | 2015-05-13 | 1 | -2/+5 |
| | |||||
* | Merge pull request #124 from banyek/mysql-gtid-replication | Brian Coca | 2015-05-13 | 1 | -1/+7 |
|\ | | | | | gtid_replication parameter added | ||||
| * | Changes made as modifying master_auto_position parameter type to bool | Balazs Pocze | 2015-04-15 | 1 | -2/+1 |
| | | |||||
| * | gtid_replication parameter changed to master_auto_position to keep the | Balazs Pocze | 2015-04-14 | 1 | -4/+4 |
| | | | | | | | | same variable name as the MySQL server itself | ||||
| * | gtid_replication parameter added to keep this module working in | Balazs Pocze | 2014-12-01 | 1 | -1/+8 |
| | | | | | | | | environments which are using GTID replication | ||||
* | | Fix up modules that have python24 syntax error | Matt Martz | 2015-05-11 | 1 | -1/+4 |
| | | |||||
* | | vertica doc fixes | Brian Coca | 2015-03-31 | 5 | -116/+103 |
| | | |||||
* | | Port is an integer so use arg_spec to enforce that. | Toshio Kuratomi | 2015-03-26 | 1 | -3/+3 |
| | | |||||
* | | corrected 'version added' | Brian Coca | 2015-03-25 | 5 | -5/+5 |
| | | |||||
* | | new vertica modules | Dariusz Owczarek | 2015-03-25 | 6 | -0/+1428 |
| | | |||||
* | | Fix postgresql_ext documentation | Toshio Kuratomi | 2015-03-02 | 1 | -1/+1 |
| | | |||||
* | | Move other postgres module into the postgresql hierarchy | Toshio Kuratomi | 2015-03-02 | 1 | -0/+0 |
| | | |||||
* | | Import @dschep's module for installing postgres extensions. | Daniel Schep | 2015-03-02 | 2 | -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 consistent | Brian Coca | 2015-02-16 | 1 | -3/+4 |
| | | |||||
* | | Merge pull request #76 from jensdepuydt/postgresql_lang | Brian Coca | 2015-02-11 | 1 | -0/+256 |
|\ \ | | | | | | | added postgresql_lang.py | ||||
| * | | added postgresql_lang.py | Jens Depuydt | 2014-10-17 | 1 | -0/+256 |
| | | |