Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 16 | -0/+64 |
| | |||||
* | Make `main()` calls conditional - database (#3659) | Fabio Alessandro Locati | 2016-12-05 | 4 | -4/+11 |
| | |||||
* | Native YAML - database/misc/mongodb_user.py (#3631) | Fabio Alessandro Locati | 2016-12-02 | 1 | -1/+2 |
| | |||||
* | Native YAML - database/postgresql/postgresql_ext (#3617) | Fabio Alessandro Locati | 2016-12-01 | 1 | -1/+3 |
| | |||||
* | Native YAML - databases/pgsql (#3606) | Fabio Alessandro Locati | 2016-12-01 | 1 | -4/+20 |
| | |||||
* | Native YAML - Databases/mysql (#3605) | Fabio Alessandro Locati | 2016-12-01 | 1 | -4/+13 |
| | |||||
* | Native YAML - Databases/MsSQL (#3604) | Fabio Alessandro Locati | 2016-12-01 | 1 | -3/+12 |
| | |||||
* | Native YAML - Database/musc (#3603) | Fabio Alessandro Locati | 2016-12-01 | 4 | -17/+73 |
| | |||||
* | Update version_added, update docs (#3542) | John R Barker | 2016-11-24 | 1 | -13/+17 |
| | | | | | k: v in docs now Minor tweaks after https://github.com/ansible/ansible-modules-extras/pull/1883 | ||||
* | Add a new module to handle schema with postgres (#1883) | Dorn- | 2016-11-24 | 1 | -0/+266 |
| | |||||
* | mongodb_user: Allow pymongo version 3.2 in combination with mongodb 3.2 (#3474) | Maarten Bezemer | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | replace type() with isinstance() (#3404) | jctanner | 2016-11-09 | 1 | -1/+1 |
| | | | | | Replace use of type() with isinstance() Addresses https://github.com/ansible/ansible/issues/18310 | ||||
* | Revert "add support for proxysql (#2917)" | Toshio Kuratomi | 2016-11-02 | 8 | -3165/+0 |
| | | | | | | This reverts commit 9d51f823956e47b02abd7754522b5bd4202bd82c. proxysql is breaking docs build. Reverting until those are fixed | ||||
* | Revert "several fixes to doc to avoid breaking doc build" | Toshio Kuratomi | 2016-11-02 | 1 | -29/+56 |
| | | | | | | | This reverts commit 6e4a182684a54e60be5318525c658cfe315d06ad. reverting proxysql modules for owner to fix docs build so reverting this fix as well. | ||||
* | several fixes to doc to avoid breaking doc build | Brian Coca | 2016-11-02 | 1 | -56/+29 |
| | |||||
* | add support for proxysql (#2917) | bmildren | 2016-11-02 | 8 | -0/+3165 |
| | | | | | | | | | | * Adding support for proxysql * Moved and restricted imports, updated exception handling * Updated version_added, and mysqldb_found constant name * Removed unnecessary parentheses | ||||
* | Fix remaining python3 compile problems | Toshio Kuratomi | 2016-10-23 | 6 | -60/+101 |
| | |||||
* | Make postgresql module in extras compile on py3 | Michael Scherer | 2016-10-17 | 2 | -4/+10 |
| | |||||
* | Make mongodb modules compile on python 3 | Michael Scherer | 2016-10-17 | 2 | -6/+14 |
| | |||||
* | Do not leak login_password when using verbose, with no_log | Michael Scherer | 2016-10-17 | 2 | -2/+2 |
| | |||||
* | Make redis run on python 3 | Michael Scherer | 2016-10-15 | 1 | -5/+11 |
| | |||||
* | Fix mongodb_user.py version detection logic (#3162) | Ryan Currah | 2016-10-15 | 1 | -1/+1 |
| | | | Fix mongodb_user.py version detection logic for mongo srv 2.6 and mongo driver 2.7. The wrong variable was used for detecting the mongo driver version. This fix resolves the error "(Note: you must use pymongo 2.7+ with MongoDB 2.6.. 2.6.11)" no matter what version of pymongo you had installed for mongodb 2.6. | ||||
* | Fix mongodb user compatibility check (#2731) | THEBAULT Julien | 2016-09-29 | 1 | -6/+21 |
| | | | | - Check the compatibility asap | ||||
* | Fix mongodb_user ssl_cert_reqs param (#2963) (#2965) | Lujeni | 2016-09-26 | 1 | -8/+12 |
| | |||||
* | Fix mongodb_user default role value when update_password is set (#2997) | Lujeni | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | Improve mongodb_user exception (#2962) | Lujeni | 2016-09-20 | 1 | -3/+3 |
| | | | - Better error message | ||||
* | Fix the mysql_replication argument (#2111) | Michael Scherer | 2016-09-17 | 1 | -4/+3 |
| | | | | | Login_password and master_password are password, should not be logged. And config_file is a path t be expanded, so tagged as such. | ||||
* | Fix mongodb user idempotence with 2.4 version (#2725) (#2920) | Hans-Joachim Kliemeck | 2016-09-17 | 1 | -2/+19 |
| | |||||
* | Use addresses and names reserved for documentation (#2894) | Robin Schneider | 2016-09-12 | 1 | -2/+2 |
| | | | | | Trying to preserve the meaning of the examples. Related to: https://github.com/ansible/ansible/issues/17479 | ||||
* | return a proper result set for getmaster/getslave (#2595) | Serge van Ginderachter | 2016-08-04 | 1 | -10/+12 |
| | | | | | | | | | * return a proper result set for getmaster/getslave when not on a master/slave. This allows for a cleaner error handling. * A more uniform return of result keys for getmaster/slave | ||||
* | Exception handling for MySQLdb warnings (#2594) | Serge van Ginderachter | 2016-08-04 | 1 | -1/+5 |
| | | | | | | | Do not fail the module for warnings. Return warnings in the module result set. Fixes #719 Alternative to #720 and as discuseed over there. | ||||
* | mongodb_user: properly guard user adding with try...except (#2582) | gyurco | 2016-07-21 | 1 | -13/+9 |
| | | | | | | | The user adding part is not properly guarded by a try...except block, so pymongo exceptions can escape from it. Also there's a double-guarding where roles are given. Fixes: #2575 | ||||
* | mongodb_user: fix ssl_cert_reqs exception (#2573) | gyurco | 2016-07-20 | 1 | -1/+3 |
| | | | | | | If ssl is not enabled, but ssl_cert_reqs is passed to pymongo, an exception occures. Fixes: #2571 | ||||
* | Bugfix influxdb/retention_policy: infinite retention is returned as 0 (#2453) | Nicholas Morsman | 2016-06-29 | 1 | -2/+2 |
| | | | | | | * influxdb: retention_policy: infinite retention is returned as 0 from influxdb * influxdb: retention_policy: database_name argument should be required | ||||
* | Fixes check mode error on Python 2.4 and wrong changed state (#2438) | Strahinja Kustudic | 2016-06-16 | 1 | -10/+9 |
| | | | | | | * Fixes check mode error on Python 2.4 and wrong changed state * Changes code as suggested by @bcoca | ||||
* | Support the ssl_cert_reqs directive (#1122) | Lujeni | 2016-06-13 | 1 | -2/+15 |
| | |||||
* | The pymssql library requires python 2.7 or greater so port the syntax of ↵ | Toshio Kuratomi | 2016-05-25 | 1 | -5/+7 |
| | | | | this file to use python3-style exception handling | ||||
* | allow empty user for kerberos ticket usage | Hans-Joachim Kliemeck | 2016-05-25 | 1 | -23/+42 |
| | | | | | | | | | | | | | | fix syntax problems: * it is possible that sql injection is done, therefore the [DBNAME] syntax is used. * it is not possible to use default escape on cursor.execute for DBNAME, since it will insert single quotes around the name and this will cause syntax problems / single quotes within the actual DBNAME implement autocommit setting, since some content can not be imported within transaction fix for automatic tests fix problems with named instances, corrected error message regarding configuration file remove unused placeholder | ||||
* | Working mssql db controller | Firat Arig | 2016-05-25 | 2 | -0/+211 |
| | | | | | | | | | | Using pymssql string interpolation Cursor does string interpolation at script execution Handled edge cases in import and delete updated ansible version number | ||||
* | Fixed problem with pymongo compatibility (#1249) | Sergei Antipov | 2016-05-16 | 1 | -2/+13 |
| | | | | | * Fixed problem with pymongo compatibility Fixes #11 | ||||
* | influxdb retention policy module | Kamil Szczygiel | 2016-05-06 | 1 | -0/+237 |
| | |||||
* | back version added to 2.1 | nitzmahone | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | influxdb database module | Kamil Szczygiel | 2016-05-05 | 2 | -0/+194 |
| | |||||
* | Add mongodb parameter module (#1596) | Ner'zhul | 2016-04-25 | 1 | -0/+228 |
| | | | | | * Add mongodb parameter module This module permit to configure mongodb live parameters to tune the running engine | ||||
* | Merge pull request #1737 from Dufgui/devel | René Moser | 2016-04-01 | 1 | -4/+51 |
|\ | | | | | fix #1731 : mongodb_user always says changed | ||||
| * | mongodb_user.py: changes on comments | Marcos Diez | 2016-03-16 | 1 | -4/+5 |
| | | |||||
| * | mongodb_user: fix checking if the roles of an oplog reader user changed | Marcos Diez | 2016-03-16 | 1 | -1/+38 |
| | | |||||
| * | use python fallback to avoid error on old mongo version without roles | Guillaume Dufour | 2016-02-28 | 1 | -1/+1 |
| | | |||||
| * | avoid problem with old mongo version without roles | Guillaume Dufour | 2016-02-26 | 1 | -1/+1 |
| | | |||||
| * | fix #1731 : mongodb_user always says changed | Guillaume Dufour | 2016-02-25 | 1 | -5/+14 |
| | |