|
|
@ -93,7 +93,7 @@ options:
|
|
|
|
master_ssl:
|
|
|
|
master_ssl:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- same as mysql variable
|
|
|
|
- same as mysql variable
|
|
|
|
possible values: 0,1
|
|
|
|
choices: [ 0, 1 ]
|
|
|
|
master_ssl_ca:
|
|
|
|
master_ssl_ca:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- same as mysql variable
|
|
|
|
- same as mysql variable
|
|
|
@ -110,8 +110,11 @@ options:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- same as mysql variable
|
|
|
|
- same as mysql variable
|
|
|
|
master_auto_position:
|
|
|
|
master_auto_position:
|
|
|
|
descrtiption:
|
|
|
|
description:
|
|
|
|
- does the host uses GTID based replication or not
|
|
|
|
- does the host uses GTID based replication or not
|
|
|
|
|
|
|
|
required: false
|
|
|
|
|
|
|
|
default: null
|
|
|
|
|
|
|
|
version_added: "2.0"
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|
EXAMPLES = '''
|
|
|
|
EXAMPLES = '''
|
|
|
|