Commit Graph

187 Commits (728f2f1bb84ceb278f32f9131019626f361c4218)

Author SHA1 Message Date
Solomon Gifford d1c68eea9f #364 Added support for update_password=dict(default="always", choices=["always", "on_create"]) 9 years ago
Solomon Gifford 62a7742481 fixes issue #362 9 years ago
Solomon Gifford 3ea8ac0e13 \login_password with missing login_user not caught #363 9 years ago
Toshio Kuratomi 88eff11c04 Many more doc fixes 9 years ago
Brian Coca bceeba224f fix doc parsing by correctly quoting author 9 years ago
Greg DeKoenigsberg 56cf538b71 Adding author's github id 9 years ago
Greg DeKoenigsberg 7107da12e2 Adding author's github id 9 years ago
Greg DeKoenigsberg 5eea108e2c Adding author's github id 9 years ago
Greg DeKoenigsberg a4effefb33 Adding author's github id 9 years ago
Greg DeKoenigsberg 0fca8e4e31 Adding author's github id 9 years ago
Greg DeKoenigsberg dd10475a4e Adding author's github id 9 years ago
Greg DeKoenigsberg d93a6b4c8e Adding author's github id 9 years ago
Greg DeKoenigsberg b8a7f56b14 Update mysql_replication.py 9 years ago
Greg DeKoenigsberg 51ffa51f11 Adding author's github id 9 years ago
Greg DeKoenigsberg 124b7eca32 Adding author's github id 9 years ago
Greg DeKoenigsberg cdc51aa078 Adding author's github id 9 years ago
Brian Coca fbc0bcbd9c minor doc fixes 9 years ago
Brian Coca 07ed2ffb67 Merge pull request #124 from banyek/mysql-gtid-replication
gtid_replication parameter added
9 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
Brian Coca 8427ee7f4b Merge pull request #76 from jensdepuydt/postgresql_lang
added postgresql_lang.py
10 years ago
Brian Coca 6a3bba3ecc Merge pull request #21 from Jmainguy/mysql_replication_login_port
Adds login_port feature, similiar to how mysql_db.py works
10 years ago
Toshio Kuratomi a32869d492 Allow 0 to be specified 10 years ago
Stanislav Antic c4986bf78d Fixes #155 10 years ago
Jonathan Mainguy d611f86e5b Addes login_port feature, similiar to how mysql_db.py works 10 years ago
Balazs Pocze 0957768755 gtid_replication parameter added to keep this module working in
environments which are using GTID replication
10 years ago
Toshio Kuratomi 317654dba5 Use the python db api to quote mysql values 10 years ago
Michael DeHaan ad181b7aa9 Categorize some modules. 10 years ago
Jens Depuydt 11e3b8e887 added postgresql_lang.py 10 years ago
Michael DeHaan 8a4f07eecd Merge pull request #2 from atlashealth/mongodb_ssl
Ability to enable SSL when creating MongoDB users
10 years ago
Philip Misiowiec 6df1aa6059 Added version 10 years ago
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.
10 years ago
Philip Misiowiec 1c0965c631 Ability to enable SSL when creating MongoDB users 10 years ago
Michael DeHaan 110250d344 package files 10 years ago
Michael DeHaan b1e789968b File extensions! 10 years ago
Michael DeHaan 50f105578a Restructuring. 10 years ago
Michael DeHaan 73123b69fa Move modules into subdirectory. 10 years ago
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. 10 years ago
Michael DeHaan 677709803c Merge pull request #8419 from georgeOsdDev/escape_underscore_in_database_name
mysql_db module: Escape "_" in database name for "SHOW DATABASES" statement
10 years ago
Michael DeHaan 185d5a6221 Merge branch 'spelling' of git://github.com/cgar/ansible into devel
Conflicts:
	docsite/rst/guide_rax.rst
	plugins/callbacks/mail.py
10 years ago
Takeharu Oshida b42ff30505 Escape "_" in database name for "SHOW DATABASES" statement 10 years ago