Matt Clay
f1b6eeabb2
Add optional mysql connect timeout.
9 years ago
Marcos Diez
72b1ad46b9
Updated database/misc/mongodb_user.py, the docs now explain how to add a read user to the local/oplog db
9 years ago
Brian Coca
df92a0be0a
fixed version added
9 years ago
Toshio Kuratomi
d6af6f8477
Update for modules which import json.
...
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
9 years ago
Toshio Kuratomi
8ec4f95ffd
Merge pull request #1255 from Jmainguy/mysql_connect
...
Unify mysql modules.
9 years ago
Josh Gachnang
8d866669bb
Fix mongodb_user docs typo
...
Bob's last name is Belcher: http://bobs-burgers.wikia.com/wiki/Bob_Belcher .
These docs made me chuckle, so thanks :)
9 years ago
Jonathan Mainguy
0d0c887f02
Unify mysql modules.
...
Added config_file, ssl_ca, ssl_cert, ssl_key, changed connect method, added error checking where a backtrace previoussly was possible
9 years ago
Kenny Gryp
53d42cd8d8
revert to unbreak pull request
9 years ago
Kenny Gryp
e1c1ea9013
in order for replication setup to work, some errors should be ignored
9 years ago
Kenny Gryp
975d7952b9
including error code and error number when database connection creation fails
9 years ago
Javier Palacios
e033e6e602
BUGFIX: misnamed function name breaks check mode
9 years ago
Luis Rodriguez
6e80ed57d2
Fix bug #1067
9 years ago
James Cammarata
840ce26093
Merge pull request #981 from tersmitten/add-more-modes-to-the-mysql-replication-module
...
Add more modes to the mysql_replication module
9 years ago
Mischa ter Smitten
bd0314c406
Documented new operation modes
9 years ago
Mischa ter Smitten
a65965e38e
Add more modes to the mysql_replication module
...
Fixes #979
9 years ago
Constantine Romanov
781043f511
Update mongodb_user.py
...
version_added: "2.0"
9 years ago
Constantine Romanov
fded415ff2
Update mongodb_user.py
...
Auth source support
9 years ago
Brian Coca
27bf193483
added missing license headers
...
fixes #508
9 years ago
Toshio Kuratomi
79173ac18d
Clean up unneeded urllib2 imports
9 years ago
Matt Martz
9a36454329
replace tabs with spaces in mongodb_user.py
10 years ago
Greg DeKoenigsberg
004dedba8a
Changes to author formatting, remove emails
10 years ago
Solomon Gifford
d1c68eea9f
#364 Added support for update_password=dict(default="always", choices=["always", "on_create"])
10 years ago
Solomon Gifford
62a7742481
fixes issue #362
10 years ago
Solomon Gifford
3ea8ac0e13
\login_password with missing login_user not caught #363
10 years ago
Toshio Kuratomi
88eff11c04
Many more doc fixes
10 years ago
Brian Coca
bceeba224f
fix doc parsing by correctly quoting author
10 years ago
Greg DeKoenigsberg
56cf538b71
Adding author's github id
10 years ago
Greg DeKoenigsberg
7107da12e2
Adding author's github id
10 years ago
Greg DeKoenigsberg
5eea108e2c
Adding author's github id
10 years ago
Greg DeKoenigsberg
a4effefb33
Adding author's github id
10 years ago
Greg DeKoenigsberg
0fca8e4e31
Adding author's github id
10 years ago
Greg DeKoenigsberg
dd10475a4e
Adding author's github id
10 years ago
Greg DeKoenigsberg
d93a6b4c8e
Adding author's github id
10 years ago
Greg DeKoenigsberg
b8a7f56b14
Update mysql_replication.py
10 years ago
Greg DeKoenigsberg
51ffa51f11
Adding author's github id
10 years ago
Greg DeKoenigsberg
124b7eca32
Adding author's github id
10 years ago
Greg DeKoenigsberg
cdc51aa078
Adding author's github id
10 years ago
Brian Coca
fbc0bcbd9c
minor doc fixes
10 years ago
Brian Coca
07ed2ffb67
Merge pull request #124 from banyek/mysql-gtid-replication
...
gtid_replication parameter added
10 years ago
Matt Martz
e568032bc3
Fix up modules that have python24 syntax error
10 years ago
Balazs Pocze
c2ae5d8e4c
Changes made as modifying master_auto_position parameter type to bool
10 years ago
Balazs Pocze
14cf26f520
gtid_replication parameter changed to master_auto_position to keep the
...
same variable name as the MySQL server itself
10 years ago
Brian Coca
759e618c4c
vertica doc fixes
10 years ago
Toshio Kuratomi
400166a655
Port is an integer so use arg_spec to enforce that.
10 years ago
Brian Coca
4bf87a0ab5
corrected 'version added'
10 years ago
Dariusz Owczarek
09dfd42d50
new vertica modules
10 years ago
Toshio Kuratomi
945da71ce4
Fix postgresql_ext documentation
10 years ago
Toshio Kuratomi
c0d8464246
Move other postgres module into the postgresql hierarchy
10 years ago
Daniel Schep
4b574ba294
Import @dschep's module for installing postgres extensions.
...
Reviewed by @bcoca as a PR against the core repo here:
https://github.com/ansible/ansible-modules-core/pull/21
10 years ago
Brian Coca
edadf46686
changed to make name primary over user, as examples and keep consistent
10 years ago