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
|
||||
# credentials to connect to the proxysql admin interface.
|
||||
|
||||
- proxysql_backend_servers:
|
||||
- proxysql_query_rules:
|
||||
login_user: admin
|
||||
login_password: admin
|
||||
username: 'guest_ro'
|
||||
match_pattern: "^SELECT.*"
|
||||
destination_hostgroup: 1
|
||||
active: 1
|
||||
retries: 3
|
||||
|
@ -163,7 +164,7 @@ EXAMPLES = '''
|
|||
# config to runtime. It uses credentials in a supplied config file to connect
|
||||
# to the proxysql admin interface.
|
||||
|
||||
- proxysql_backend_servers:
|
||||
- proxysql_query_rules:
|
||||
config_file: '~/proxysql.cnf'
|
||||
username: 'guest_ro'
|
||||
state: absent
|
||||
|
|
Loading…
Reference in a new issue