Ilya Kharin | f1398bc | 2017-05-25 13:22:39 +0400 | [diff] [blame] | 1 | parameters: |
2 | _param: | ||||
3 | postgresql_client_user: none | ||||
Ilya Kharin | f1398bc | 2017-05-25 13:22:39 +0400 | [diff] [blame] | 4 | postgresql_client_host: ${_param:control_vip_address} |
5 | postgresql_client_port: 5432 | ||||
6 | postgresql: | ||||
7 | client: | ||||
8 | server: | ||||
9 | server01: | ||||
10 | admin: | ||||
11 | host: ${_param:postgresql_client_host} | ||||
12 | port: ${_param:postgresql_client_port} | ||||
13 | user: ${_param:postgresql_client_user} | ||||
14 | password: ${_param:postgresql_client_password} |