Commit graph

190 commits

Author SHA1 Message Date
Toshio Kuratomi
79173ac18d Clean up unneeded urllib2 imports 2015-07-20 23:04:27 -07:00
Matt Martz
9a36454329 replace tabs with spaces in mongodb_user.py 2015-06-30 13:46:45 -05:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
Solomon Gifford
d1c68eea9f #364 Added support for update_password=dict(default="always", choices=["always", "on_create"]) 2015-06-16 11:33:09 -04:00
Solomon Gifford
62a7742481 fixes issue #362 2015-06-16 11:33:09 -04:00
Solomon Gifford
3ea8ac0e13 \login_password with missing login_user not caught #363 2015-06-16 11:33:09 -04:00
Toshio Kuratomi
88eff11c04 Many more doc fixes 2015-05-15 12:12:26 -07:00
Brian Coca
bceeba224f fix doc parsing by correctly quoting author 2015-05-14 09:19:24 -04:00
Greg DeKoenigsberg
56cf538b71 Adding author's github id 2015-05-13 15:06:01 -04:00
Greg DeKoenigsberg
7107da12e2 Adding author's github id 2015-05-13 15:05:17 -04:00
Greg DeKoenigsberg
5eea108e2c Adding author's github id 2015-05-13 15:04:53 -04:00
Greg DeKoenigsberg
a4effefb33 Adding author's github id 2015-05-13 15:04:34 -04:00
Greg DeKoenigsberg
0fca8e4e31 Adding author's github id 2015-05-13 15:04:17 -04:00
Greg DeKoenigsberg
dd10475a4e Adding author's github id 2015-05-13 15:02:33 -04:00
Greg DeKoenigsberg
d93a6b4c8e Adding author's github id 2015-05-13 14:56:24 -04:00
Greg DeKoenigsberg
b8a7f56b14 Update mysql_replication.py 2015-05-13 14:55:28 -04:00
Greg DeKoenigsberg
51ffa51f11 Adding author's github id 2015-05-13 14:52:29 -04:00
Greg DeKoenigsberg
124b7eca32 Adding author's github id 2015-05-13 14:46:08 -04:00
Greg DeKoenigsberg
cdc51aa078 Adding author's github id 2015-05-13 14:45:05 -04:00
Brian Coca
fbc0bcbd9c minor doc fixes 2015-05-13 13:59:24 -04:00
Brian Coca
07ed2ffb67 Merge pull request #124 from banyek/mysql-gtid-replication
gtid_replication parameter added
2015-05-13 13:51:35 -04:00
Matt Martz
e568032bc3 Fix up modules that have python24 syntax error 2015-05-11 09:51:48 -05:00
Balazs Pocze
c2ae5d8e4c Changes made as modifying master_auto_position parameter type to bool 2015-04-15 13:45:26 -07:00
Balazs Pocze
14cf26f520 gtid_replication parameter changed to master_auto_position to keep the
same variable name as the MySQL server itself
2015-04-14 17:35:13 -07:00
Brian Coca
759e618c4c vertica doc fixes 2015-03-31 10:44:34 -04:00
Toshio Kuratomi
400166a655 Port is an integer so use arg_spec to enforce that. 2015-03-26 11:42:56 -07:00
Brian Coca
4bf87a0ab5 corrected 'version added' 2015-03-25 22:00:07 -04:00
Dariusz Owczarek
09dfd42d50 new vertica modules 2015-03-25 20:04:27 +01:00
Toshio Kuratomi
945da71ce4 Fix postgresql_ext documentation 2015-03-02 15:11:25 -08:00
Toshio Kuratomi
c0d8464246 Move other postgres module into the postgresql hierarchy 2015-03-02 15:08:55 -08:00
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
2015-03-02 15:06:36 -08:00
Brian Coca
edadf46686 changed to make name primary over user, as examples and keep consistent 2015-02-16 10:00:31 -05:00
Brian Coca
8427ee7f4b Merge pull request #76 from jensdepuydt/postgresql_lang
added postgresql_lang.py
2015-02-11 17:42:53 -05:00
Brian Coca
6a3bba3ecc Merge pull request #21 from Jmainguy/mysql_replication_login_port
Adds login_port feature, similiar to how mysql_db.py works
2015-02-03 07:34:16 -05:00
Toshio Kuratomi
a32869d492 Allow 0 to be specified 2015-01-07 09:20:45 -08:00
Stanislav Antic
c4986bf78d Fixes #155 2015-01-05 14:59:01 +01:00
Jonathan Mainguy
d611f86e5b Addes login_port feature, similiar to how mysql_db.py works 2014-12-12 16:10:14 -05:00
Balazs Pocze
0957768755 gtid_replication parameter added to keep this module working in
environments which are using GTID replication
2014-12-01 15:16:40 +01:00
Toshio Kuratomi
317654dba5 Use the python db api to quote mysql values 2014-11-25 01:34:25 -08:00
Michael DeHaan
ad181b7aa9 Categorize some modules. 2014-11-05 16:11:23 -05:00
Jens Depuydt
11e3b8e887 added postgresql_lang.py 2014-10-17 16:23:25 +02:00
Michael DeHaan
8a4f07eecd Merge pull request #2 from atlashealth/mongodb_ssl
Ability to enable SSL when creating MongoDB users
2014-10-01 14:23:51 -04:00
Philip Misiowiec
6df1aa6059 Added version 2014-09-29 17:45:55 -05:00
kustodian
9a5bd8587b mysql_replication should not connect to the 'mysql' database
All the actions by the mysql_replication plugin can be done by connecting to the NULL database. There is no need to connect to the 'mysql' db, since there are permissions problems when connecting to remote hosts, e.g. when you want to query "SHOW MASTER STATUS" on a remote host.
2014-09-30 00:22:02 +02:00
Philip Misiowiec
1c0965c631 Ability to enable SSL when creating MongoDB users 2014-09-26 23:23:39 -07:00
Michael DeHaan
110250d344 package files 2014-09-26 11:04:10 -04:00
Michael DeHaan
b1e789968b File extensions! 2014-09-26 10:40:16 -04:00
Michael DeHaan
50f105578a Restructuring. 2014-09-26 10:14:28 -04:00
Michael DeHaan
73123b69fa Move modules into subdirectory. 2014-09-26 09:23:50 -04:00
James Martin
49a5619cc0 Prevents module from failing with "_mysql_exceptions.Warning: Sending passwords in plain text without SSL/TLS is extremely insecure." When not using SSL/TLS. 2014-09-09 19:44:40 -04:00