Commit Graph

24 Commits (2274568008cd025d2be5e84c46a9f93be284b7df)

Author SHA1 Message Date
Greg DeKoenigsberg 319a03869d Update mysql_replication.py 2016-12-08 11:32:38 -05:00
Balazs Pocze a7c0da1e8e Changes made as modifying master_auto_position parameter type to bool 2016-12-08 11:32:38 -05:00
Balazs Pocze bdf85951cf gtid_replication parameter changed to master_auto_position to keep the same variable name as the MySQL server itself 2016-12-08 11:32:38 -05:00
Balazs Pocze fca06a1dfb gtid_replication parameter added to keep this module working in environments which are using GTID replication 2016-12-08 11:32:38 -05:00
Matt Martz 8bd5757720 Fix up modules that have python24 syntax error 2016-12-08 11:32:36 -05:00
Brian Coca b90f97442d vertica doc fixes 2016-12-08 11:32:31 -05:00
Toshio Kuratomi f68bba7b1a Port is an integer so use arg_spec to enforce that. 2016-12-08 11:32:30 -05:00
Dariusz Owczarek 3d93d22e54 new vertica modules 2016-12-08 11:32:28 -05:00
Toshio Kuratomi 88fea228dc Fix postgresql_ext documentation 2016-12-08 11:32:27 -05:00
Toshio Kuratomi d0ccafb6f5 Move other postgres module into the postgresql hierarchy 2016-12-08 11:32:27 -05:00
Daniel Schep fe0e860d82 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
2016-12-08 11:32:27 -05:00
Brian Coca 1b10058475 changed to make name primary over user, as examples and keep consistent 2016-12-08 11:32:26 -05:00
Jens Depuydt 4a967e7a1c added postgresql_lang.py 2016-12-08 11:32:25 -05:00
Jonathan Mainguy 4fb54a068f Addes login_port feature, similiar to how mysql_db.py works 2016-12-08 11:32:24 -05:00
Toshio Kuratomi 389c6e7b5e Allow 0 to be specified 2016-12-08 11:32:23 -05:00
Stanislav Antic d881a01fec Fixes #155 2016-12-08 11:32:23 -05:00
Toshio Kuratomi cdb9c1b1c4 Use the python db api to quote mysql values 2016-12-08 11:32:20 -05:00
Michael DeHaan cf622a7299 Categorize some modules. 2016-12-08 11:32:19 -05:00
Philip Misiowiec 85c15e5303 Added version 2016-12-08 11:32:19 -05:00
Philip Misiowiec 7db849397c Ability to enable SSL when creating MongoDB users 2016-12-08 11:32:19 -05:00
kustodian e9f98c0efc 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.
2016-12-08 11:32:18 -05:00
Michael DeHaan 7ba58f93a0 package files 2016-12-08 11:32:18 -05:00
Michael DeHaan 5879c503bb File extensions! 2016-12-08 11:32:18 -05:00
James Cammarata d4b117843a Copying snapshot of extras modules 2016-12-08 11:32:07 -05:00