mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Documented new operation modes
This commit is contained in:
committed by
Matt Clay
parent
946732eb74
commit
2ea6fc210a
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user