mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 12:51:25 -07:00
Update proxysql_query_rules.py (#43877)
<!--- Your description here --> +label: docsite_pr
This commit is contained in:
parent
d63ba5999b
commit
29fa302ce9
1 changed files with 3 additions and 2 deletions
|
@ -148,10 +148,11 @@ EXAMPLES = '''
|
||||||
# single batch using the M(proxysql_manage_config) module). It uses supplied
|
# single batch using the M(proxysql_manage_config) module). It uses supplied
|
||||||
# credentials to connect to the proxysql admin interface.
|
# credentials to connect to the proxysql admin interface.
|
||||||
|
|
||||||
- proxysql_backend_servers:
|
- proxysql_query_rules:
|
||||||
login_user: admin
|
login_user: admin
|
||||||
login_password: admin
|
login_password: admin
|
||||||
username: 'guest_ro'
|
username: 'guest_ro'
|
||||||
|
match_pattern: "^SELECT.*"
|
||||||
destination_hostgroup: 1
|
destination_hostgroup: 1
|
||||||
active: 1
|
active: 1
|
||||||
retries: 3
|
retries: 3
|
||||||
|
@ -163,7 +164,7 @@ EXAMPLES = '''
|
||||||
# config to runtime. It uses credentials in a supplied config file to connect
|
# config to runtime. It uses credentials in a supplied config file to connect
|
||||||
# to the proxysql admin interface.
|
# to the proxysql admin interface.
|
||||||
|
|
||||||
- proxysql_backend_servers:
|
- proxysql_query_rules:
|
||||||
config_file: '~/proxysql.cnf'
|
config_file: '~/proxysql.cnf'
|
||||||
username: 'guest_ro'
|
username: 'guest_ro'
|
||||||
state: absent
|
state: absent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue