mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
switch "PRIMARY" to "MASTER" on description (#573)
* switch "PRIMARY" to "MASTER" on description * Update plugins/modules/mysql_replication.py * Add author to contributors lists --------- Co-authored-by: Thomas Lau <lkthomas@localhost.localdomain> Co-authored-by: Thomas Lau <thomas.lau@gfo-x.com>
This commit is contained in:
parent
033b4c74f9
commit
6b7cc14989
2 changed files with 5 additions and 4 deletions
|
@ -152,6 +152,7 @@ ldesgrange
|
|||
leeadh
|
||||
LeonB
|
||||
leucos
|
||||
lkthomas
|
||||
loomsen
|
||||
lorin
|
||||
lowwalker
|
||||
|
|
|
@ -23,12 +23,12 @@ options:
|
|||
mode:
|
||||
description:
|
||||
- Module operating mode. Could be
|
||||
C(changeprimary) (CHANGE PRIMARY TO),
|
||||
C(getprimary) (SHOW PRIMARY STATUS),
|
||||
C(getreplica) (SHOW REPLICA),
|
||||
C(changeprimary) (CHANGE MASTER TO),
|
||||
C(getprimary) (SHOW MASTER STATUS),
|
||||
C(getreplica) (SHOW REPLICA STATUS),
|
||||
C(startreplica) (START REPLICA),
|
||||
C(stopreplica) (STOP REPLICA),
|
||||
C(resetprimary) (RESET PRIMARY) - supported since community.mysql 0.1.0,
|
||||
C(resetprimary) (RESET MASTER) - supported since community.mysql 0.1.0,
|
||||
C(resetreplica) (RESET REPLICA),
|
||||
C(resetreplicaall) (RESET REPLICA ALL).
|
||||
type: str
|
||||
|
|
Loading…
Add table
Reference in a new issue