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:
lkthomas 2023-10-12 19:50:54 +08:00 committed by GitHub
parent 033b4c74f9
commit 6b7cc14989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -152,6 +152,7 @@ ldesgrange
leeadh
LeonB
leucos
lkthomas
loomsen
lorin
lowwalker

View file

@ -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