blob: 1775654f1d9bca8718a4f79cfd6689d17c75f51c [file] [log] [blame]
Ilya Kharinf1398bc2017-05-25 13:22:39 +04001parameters:
2 _param:
3 postgresql_client_user: none
Ilya Kharinf1398bc2017-05-25 13:22:39 +04004 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}