2020-04-06 17:21:40 +02:00
|
|
|
%set %%dbname = %%getVar('risotto_tiramisu_dbname')
|
2020-04-03 11:46:15 +02:00
|
|
|
---
|
|
|
|
dbuser: %%getVar('risotto_tiramisu_db_user')
|
2020-04-06 17:21:40 +02:00
|
|
|
dbuser_options:
|
|
|
|
- LOGIN
|
|
|
|
privileges:
|
|
|
|
%%{dbname}.public: 'ALL'
|
2020-04-03 11:46:15 +02:00
|
|
|
dbhost: %%getVar('risotto_db_address')
|
|
|
|
dbport: 5432
|
|
|
|
dbtype: postgres
|
|
|
|
dbname: %%getVar('risotto_tiramisu_dbname')
|
|
|
|
template: 'postgres'
|
|
|
|
pwd_files:
|
|
|
|
- {'file': '/etc/risotto/risotto.conf', 'pattern': 'TIRAMISU_DB_PASSWORD='}
|
|
|
|
|