Note This plugin is part of the community.proxysql collection (version 1.0.0). To install it use: ansible-galaxy collection install community.proxysql . To use it in a playbook, specify: community.proxysql.proxysql_mysql_users . Synopsis Requirements Parameters Examples Return Values Synopsis The community.proxysql.proxysql_mysql_users module adds or removes mysql users using the proxysql admin interface. Requirements The below requirements are needed on the host that executes this module. PyMySQL (Python 2.7 and Python 3.X), or MySQLdb (Python 2.x) Parameters Parameter Choices/Defaults Comments active boolean Choices: no yes A user with active set to False will be tracked in the database, but will be never loaded in the in-memory data structures. If omitted the proxysql database default for active is True . backend boolean Choices: no yes ← If backend is set to True , this (username, password) pair is used for a...
Posts
Showing posts with the label Ansible Collection community.proxysql