Alexandr Lovtsov | b9d08c7 | 2019-03-13 15:26:57 +0300 | [diff] [blame] | 1 | parameters: |
2 | _param: | ||||
3 | postgresql_server: localhost | ||||
4 | postgresql_exposed_port: 5432 | ||||
5 | postgresql_admin_user: postgres | ||||
6 | postgresql_glusterfs_volume_name: postgresql-data | ||||
7 | postgresql_data_mountpoint: /var/lib/postgresql/data | ||||
8 | postgresql_data_directory: ${_param:postgresql_data_mountpoint}/pgdata | ||||
9 |