Michael Polenchuk | 8aec2d0 | 2018-05-25 17:56:19 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | mysql_tacker_ssl_option: [] |
| 4 | mysql: |
| 5 | server: |
| 6 | database: |
| 7 | tacker: |
| 8 | encoding: utf8 |
| 9 | users: |
sgarbuz | 5f58dd7 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 10 | - name: ${_param:mysql_tacker_username} |
Michael Polenchuk | 8aec2d0 | 2018-05-25 17:56:19 +0400 | [diff] [blame] | 11 | password: ${_param:mysql_tacker_password} |
| 12 | host: '%' |
| 13 | rights: all |
| 14 | ssl_option: ${_param:mysql_tacker_ssl_option} |
sgarbuz | 5f58dd7 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 15 | - name: ${_param:mysql_tacker_username} |
Michael Polenchuk | 8aec2d0 | 2018-05-25 17:56:19 +0400 | [diff] [blame] | 16 | password: ${_param:mysql_tacker_password} |
| 17 | host: ${_param:cluster_local_address} |
| 18 | rights: all |
| 19 | ssl_option: ${_param:mysql_tacker_ssl_option} |