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 |
Martin Polreich | a1b31b7 | 2019-07-17 15:05:22 +0200 | [diff] [blame] | 9 | postgresql_major_version: '9.6' |
Alexandr Lovtsov | b9d08c7 | 2019-03-13 15:26:57 +0300 | [diff] [blame] | 10 | |