eole-risotto/tmpl/tiramisu.yml

18 lines
454 B
YAML
Raw Normal View History

%set %%dbname = %%getVar('risotto_tiramisu_dbname')
2020-04-03 11:46:15 +02:00
---
dbuser: %%getVar('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'
2020-04-03 11:46:15 +02:00
dbhost: %%getVar('risotto_db_address')
dbport: 5432
dbtype: postgres
dbname: %%getVar('risotto_tiramisu_dbname')
template: 'template0'
2020-04-03 11:46:15 +02:00
pwd_files:
- {'file': '/etc/risotto/risotto.conf', 'pattern': 'TIRAMISU_DB_PASSWORD='}