No description
Find a file
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
cloud package files 2014-09-26 11:04:10 -04:00
database mysql_replication should not connect to the 'mysql' database 2014-09-30 00:22:02 +02:00
messaging package files 2014-09-26 11:04:10 -04:00
monitoring package files 2014-09-26 11:04:10 -04:00
net_infrastructure package files 2014-09-26 11:04:10 -04:00
notification package files 2014-09-26 11:04:10 -04:00
packaging File extensions! 2014-09-26 10:40:16 -04:00
source_control File extensions! 2014-09-26 10:40:16 -04:00
system package files 2014-09-26 11:04:10 -04:00
web_infrastructure package files 2014-09-26 11:04:10 -04:00
.gitignore Add basic top level files. 2014-09-26 09:21:20 -04:00
__init__.py package files 2014-09-26 11:04:10 -04:00
CONTRIBUTING.md Add basic top level files. 2014-09-26 09:21:20 -04:00
COPYING Add basic top level files. 2014-09-26 09:21:20 -04:00
README.md Update README.md 2014-09-26 18:55:56 -04:00

ansible-modules-extras

This repo contains a subset of ansible-modules with slightly lower use or priority than "core" modules.

All new modules should be submitted here, and have a chance to be promoted to core over time.

Take care to submit tickets to the appropriate repo where modules are contained. The docs.ansible.com website indicates this at the bottom of each module documentation page.

License

As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license.