%set %%dbname = %%getVar('risotto_tiramisu_dbname') --- dbuser: %%getVar('risotto_tiramisu_db_user') dbuser_options: - LOGIN privileges: %%{dbname}.public.*: 'ALL' %%{dbname}.public: 'ALL' %%{dbname}: 'ALL' dbhost: %%getVar('risotto_db_address') dbport: 5432 dbtype: postgres dbname: %%getVar('risotto_tiramisu_dbname') template: 'template0' pwd_files: - {'file': '/etc/risotto/risotto.conf', 'pattern': 'TIRAMISU_DB_PASSWORD='}