mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 03:30:33 -07:00
Fix sanity
This commit is contained in:
parent
d14c811206
commit
23648f8dec
1 changed files with 13 additions and 7 deletions
|
@ -87,35 +87,41 @@ options:
|
||||||
description:
|
description:
|
||||||
- Same as the C(MASTER_SSL) mysql variable.
|
- Same as the C(MASTER_SSL) mysql variable.
|
||||||
- When setting it to C(yes), the connection attempt only succeeds
|
- When setting it to C(yes), the connection attempt only succeeds
|
||||||
if an encrypted connection can be established.
|
if an encrypted connection can be established.
|
||||||
- Refer to L(MySQL encrypted replication documentation,https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html) for details.
|
- For details, refer to
|
||||||
|
L(MySQL encrypted replication documentation,https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html).
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
master_ssl_ca:
|
master_ssl_ca:
|
||||||
description:
|
description:
|
||||||
- Same as the C(MASTER_SSL_CA) mysql variable.
|
- Same as the C(MASTER_SSL_CA) mysql variable.
|
||||||
- Refer to L(MySQL encrypted replication documentation,https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html) for details.
|
- For details, refer to
|
||||||
|
L(MySQL encrypted replication documentation,https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html).
|
||||||
type: str
|
type: str
|
||||||
master_ssl_capath:
|
master_ssl_capath:
|
||||||
description:
|
description:
|
||||||
- Same as the C(MASTER_SSL_CAPATH) mysql variable.
|
- Same as the C(MASTER_SSL_CAPATH) mysql variable.
|
||||||
- Refer to L(MySQL encrypted replication documentation,https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html) for details.
|
- For details, refer to
|
||||||
|
L(MySQL encrypted replication documentation,https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html).
|
||||||
type: str
|
type: str
|
||||||
master_ssl_cert:
|
master_ssl_cert:
|
||||||
description:
|
description:
|
||||||
- Same as the C(MASTER_SSL_CERT) mysql variable.
|
- Same as the C(MASTER_SSL_CERT) mysql variable.
|
||||||
- Refer to L(MySQL encrypted replication documentation,https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html) for details.
|
- For details, refer to
|
||||||
|
L(MySQL encrypted replication documentation,https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html).
|
||||||
type: str
|
type: str
|
||||||
master_ssl_key:
|
master_ssl_key:
|
||||||
description:
|
description:
|
||||||
- Same as the C(MASTER_SSL_KEY) mysql variable.
|
- Same as the C(MASTER_SSL_KEY) mysql variable.
|
||||||
- Refer to L(MySQL encrypted replication documentation,https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html) for details.
|
- For details, refer to
|
||||||
|
L(MySQL encrypted replication documentation,https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html).
|
||||||
type: str
|
type: str
|
||||||
master_ssl_cipher:
|
master_ssl_cipher:
|
||||||
description:
|
description:
|
||||||
- Same as the C(MASTER_SSL_CIPHER) mysql variable.
|
- Same as the C(MASTER_SSL_CIPHER) mysql variable.
|
||||||
- Specifies a colon-separated list of one or more ciphers permitted by the replica for the replication connection.
|
- Specifies a colon-separated list of one or more ciphers permitted by the replica for the replication connection.
|
||||||
- Refer to L(MySQL encrypted replication documentation,https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html) for details.
|
- For details, refer to
|
||||||
|
L(MySQL encrypted replication documentation,https://dev.mysql.com/doc/refman/8.0/en/replication-solutions-encrypted-connections.html).
|
||||||
type: str
|
type: str
|
||||||
master_auto_position:
|
master_auto_position:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue