blob: 95fdcdbc418218781930f0ba3366e64d4dc49a02 [file] [log] [blame]
Ilya Kharinf1398bc2017-05-25 13:22:39 +04001parameters:
2 _param:
3 postgresql_client_user: none
4 postgresql_client_password: none
5 postgresql_client_host: ${_param:control_vip_address}
6 postgresql_client_port: 5432
7 postgresql:
8 client:
9 server:
10 server01:
11 admin:
12 host: ${_param:postgresql_client_host}
13 port: ${_param:postgresql_client_port}
14 user: ${_param:postgresql_client_user}
15 password: ${_param:postgresql_client_password}