-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for PROXYSQL TLS RELOAD #84
Comments
It's not compatible with I can think of 2 options
Instead of
Any more ideas @Andersson007 ? |
@markuman when reading the issue description, i was thinking about
For consistency, i would prefer to see |
yes, this is working fine. - name: reload proxysql tls certificates
community.mysql.mysql_query:
login_user: admin
login_password: admin
login_port: 6032
query: PROXYSQL RELOAD TLS;
register: out results in
So where to add @Andersson007 ? |
Great question:) I've been thinking of where we could add this but have failed.. |
Done, will see. |
SUMMARY
with proxsql 2.3.0 command
PROXYSQL TLS RELOAD
is availableBut where to include? maybe
proxysql_manage_config
?ISSUE TYPE
The text was updated successfully, but these errors were encountered: