Skip to content
Snippets Groups Projects

Fix Gitlab CI, lint, start updating to molecule 3

Merged mal requested to merge half-duplex/ansible:molecule-3 into master
11 files
+ 36
26
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 1
1
@@ -23,7 +23,7 @@ funkwhale_database_port: 5432
@@ -23,7 +23,7 @@ funkwhale_database_port: 5432
# ↓ Only needed if 'funkwhale_database_managed' == false
# ↓ Only needed if 'funkwhale_database_managed' == false
# ↓ This is also assuming DB and user have already been set up, outside of the playbook.
# ↓ This is also assuming DB and user have already been set up, outside of the playbook.
# ↓ Considering the playbook handles both local and remote PostGreSQL server types, this should typically not be required.
# ↓ Considering the playbook handles both local and remote PostGreSQL server types, this should typically not be required.
#funkwhale_database_url: postgresql://{{ funkwhale_database_user }}[:{{ funkwhale_database_password }}]@[{{ funkwhale_database_host_app }}]:{{ funkwhale_database_port | default(5432) }}/{{ funkwhale_database_name }}
# funkwhale_database_url: postgresql://{{ funkwhale_database_user }}[:{{ funkwhale_database_password }}]@[{{ funkwhale_database_host_app }}]:{{ funkwhale_database_port | default(5432) }}/{{ funkwhale_database_name }}
funkwhale_nginx_managed: true
funkwhale_nginx_managed: true
# If you have an HTTPS reverse proxy higher up, set this to true
# If you have an HTTPS reverse proxy higher up, set this to true
Loading