blob: 995abac7ce0a19a441f712b31d84997604dbaec5 [file] [log] [blame]
Jakub Pavlik30725752016-01-26 10:02:24 +01001mysql:
2 server:
3 enabled: true
4 version: '5.5'
5 force_encoding: utf8
6 replication:
7 role: both
8 master: 127.0.0.1
9 master_address: 127.0.0.1
10 user: admin
11 password: password
12 server_id: 1
13 ssl:
14 enabled: true
15 authority: Org_CA
16 certificate: name_of_service
17 client_certificate: name_of_client_cert
18 admin:
19 user: user
20 password: password
21 bind:
22 address: 0.0.0.0
23 port: 3306
24 protocol: tcp
25salt:
26 minion:
27 mine:
28 module:
29 mysql.get_master_status: []