blob: 892e23b28523f6bc6987d74df3a8bfdac62358b2 [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: master
8 user: admin
9 password: password
10 server_id: 1
11 ssl:
12 enabled: true
13 authority: Org_CA
14 certificate: name_of_service
15 client_certificate: name_of_client_cert
16 admin:
17 user: user
18 password: password
19 bind:
20 address: 0.0.0.0
21 port: 3306
22 protocol: tcp
23salt:
24 minion:
25 mine:
26 module:
27 mysql.get_master_status: []