eole-risotto/tmpl/tiramisu.yml

18 lines
414 B
YAML
Raw Normal View History

%set %%dbname = %%risotto_tiramisu_dbname
2020-04-03 11:46:15 +02:00
---
dbuser: %%risotto_tiramisu_db_user
dbuser_options:
- LOGIN
privileges:
2020-04-07 14:34:37 +02:00
%%{dbname}.public.*: 'ALL'
%%{dbname}.public: 'ALL'
2020-04-07 14:34:37 +02:00
%%{dbname}: 'ALL'
dbhost: %%risotto_db_address
2020-04-03 11:46:15 +02:00
dbport: 5432
dbtype: postgres
dbname: %%risotto_tiramisu_dbname
template: 'template0'
2020-04-03 11:46:15 +02:00
pwd_files:
- {'file': '/etc/risotto/risotto.conf', 'pattern': 'TIRAMISU_DB_PASSWORD='}