Skip to content

Add possibility to handle remote managed postgresql setup

Jean requested to merge popindavibe/ansible:mr_psql_remote into master

This is to address another part of issue #6 (closed)

This has been only partly tested (on the new possibility of remote postgresql setup), on classic (remote) Ansible deployment, but not through the shell script + ansible mix installation.

The new keys have been set in order to match current expectations (i.e. a local install of postgresql).

I end up declaring funkwhale_database_url in playbook and modifying DATABASE_URL in .env (it feels redundant).

Edited by Jean

Merge request reports