Documented new operation modes
This commit is contained in:
parent
a65965e38e
commit
bd0314c406
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ author: "Balazs Pocze (@banyek)"
|
||||||
options:
|
options:
|
||||||
mode:
|
mode:
|
||||||
description:
|
description:
|
||||||
- module operating mode. Could be getslave (SHOW SLAVE STATUS), getmaster (SHOW MASTER STATUS), changemaster (CHANGE MASTER TO), startslave (START SLAVE), stopslave (STOP SLAVE)
|
- module operating mode. Could be getslave (SHOW SLAVE STATUS), getmaster (SHOW MASTER STATUS), changemaster (CHANGE MASTER TO), startslave (START SLAVE), stopslave (STOP SLAVE), resetslave (RESET SLAVE), resetslaveall (RESET SLAVE ALL)
|
||||||
required: False
|
required: False
|
||||||
choices:
|
choices:
|
||||||
- getslave
|
- getslave
|
||||||
|
|
Loading…
Reference in a new issue