Implemented funkwhale draft

This commit is contained in:
2022-12-05 17:43:21 +01:00
parent 35321ca258
commit c7e17bbb2b
8 changed files with 74 additions and 0 deletions

View File

@@ -143,6 +143,14 @@
- role: docker-bigbluebutton
vars:
domain: bbb.{{top_domain}}
- name: setup funkwhale hosts
hosts: funkwhale_hosts
become: true
roles:
- role: docker-funkwhale
vars:
domain: funkwhale.{{top_domain}}
http_port: 8012
- name: setup akaunting hosts
hosts: akaunting_hosts
become: true