mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -61,6 +61,7 @@ options:
|
||||
version_added: "1.8"
|
||||
description:
|
||||
- Whether to use an SSL connection when connecting to the database
|
||||
type: bool
|
||||
ssl_cert_reqs:
|
||||
version_added: "2.2"
|
||||
description:
|
||||
|
||||
@@ -68,6 +68,7 @@ options:
|
||||
- If I(use_ssl) is set to C(True), connections to this server will be
|
||||
made using SSL connections. If omitted the proxysql database default
|
||||
for I(use_ssl) is C(False).
|
||||
type: bool
|
||||
max_latency_ms:
|
||||
description:
|
||||
- Ping time is monitored regularly. If a host has a ping time greater
|
||||
|
||||
@@ -28,11 +28,13 @@ options:
|
||||
- A user with I(active) set to C(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 I(active) is C(True).
|
||||
type: bool
|
||||
use_ssl:
|
||||
description:
|
||||
- If I(use_ssl) is set to C(True), connections by this user will be made
|
||||
using SSL connections. If omitted the proxysql database default for
|
||||
I(use_ssl) is C(False).
|
||||
type: bool
|
||||
default_hostgroup:
|
||||
description:
|
||||
- If there is no matching rule for the queries sent by this user, the
|
||||
@@ -49,22 +51,26 @@ options:
|
||||
rules.
|
||||
If omitted the proxysql database default for I(transaction_persistent)
|
||||
is C(False).
|
||||
type: bool
|
||||
fast_forward:
|
||||
description:
|
||||
- If I(fast_forward) is set to C(True), I(fast_forward) will bypass the
|
||||
query processing layer (rewriting, caching) and pass through the query
|
||||
directly as is to the backend server. If omitted the proxysql database
|
||||
default for I(fast_forward) is C(False).
|
||||
type: bool
|
||||
backend:
|
||||
description:
|
||||
- If I(backend) is set to C(True), this (username, password) pair is
|
||||
used for authenticating to the ProxySQL instance.
|
||||
default: True
|
||||
type: bool
|
||||
frontend:
|
||||
description:
|
||||
- If I(frontend) is set to C(True), this (username, password) pair is
|
||||
used for authenticating to the mysqld servers against any hostgroup.
|
||||
default: True
|
||||
type: bool
|
||||
max_connections:
|
||||
description:
|
||||
- The maximum number of connections ProxySQL will open to the backend for
|
||||
|
||||
@@ -23,6 +23,7 @@ options:
|
||||
description:
|
||||
- A rule with I(active) set to C(False) will be tracked in the database,
|
||||
but will be never loaded in the in-memory data structures.
|
||||
type: bool
|
||||
username:
|
||||
description:
|
||||
- Filtering criteria matching username. If I(username) is non-NULL, a
|
||||
@@ -64,6 +65,7 @@ options:
|
||||
the query text will be considered as a match. This acts as a NOT
|
||||
operator in front of the regular expression matching against
|
||||
match_pattern.
|
||||
type: bool
|
||||
flagOUT:
|
||||
description:
|
||||
- Used in combination with I(flagIN) and apply to create chains of rules.
|
||||
@@ -115,10 +117,12 @@ options:
|
||||
log:
|
||||
description:
|
||||
- Query will be logged.
|
||||
type: bool
|
||||
apply:
|
||||
description:
|
||||
- Used in combination with I(flagIN) and I(flagOUT) to create chains of
|
||||
rules. Setting apply to True signifies the last rule to be applied.
|
||||
type: bool
|
||||
comment:
|
||||
description:
|
||||
- Free form text field, usable for a descriptive comment of the query
|
||||
@@ -134,6 +138,7 @@ options:
|
||||
however if you need this behaviour and you're not concerned about the
|
||||
schedules deleted, you can set I(force_delete) to C(True).
|
||||
default: False
|
||||
type: bool
|
||||
extends_documentation_fragment:
|
||||
- proxysql.managing_config
|
||||
- proxysql.connectivity
|
||||
|
||||
@@ -21,6 +21,7 @@ options:
|
||||
- A schedule with I(active) set to C(False) will be tracked in the
|
||||
database, but will be never loaded in the in-memory data structures.
|
||||
default: True
|
||||
type: bool
|
||||
interval_ms:
|
||||
description:
|
||||
- How often (in millisecond) the job will be started. The minimum value
|
||||
@@ -60,6 +61,7 @@ options:
|
||||
however if you need this behaviour and you're not concerned about the
|
||||
schedules deleted, you can set I(force_delete) to C(True).
|
||||
default: False
|
||||
type: bool
|
||||
extends_documentation_fragment:
|
||||
- proxysql.managing_config
|
||||
- proxysql.connectivity
|
||||
|
||||
@@ -42,10 +42,12 @@ options:
|
||||
expired:
|
||||
description:
|
||||
- Sets the user's password expiration.
|
||||
type: bool
|
||||
ldap:
|
||||
description:
|
||||
- Set to true if users are authenticated via LDAP.
|
||||
- The user will be created with password expired and set to I($ldap$).
|
||||
type: bool
|
||||
roles:
|
||||
description:
|
||||
- Comma separated list of roles to assign to the user.
|
||||
|
||||
Reference in New Issue
Block a user