implemented peertube

This commit is contained in:
2022-11-17 14:47:25 +01:00
parent b9698bf02d
commit da7be49aad
13 changed files with 196 additions and 4 deletions

View File

@@ -128,6 +128,14 @@
vars:
domain: pixelfed.{{top_domain}}
http_port: 8010
- name: setup peertube hosts
hosts: peertube_hosts
become: true
roles:
- role: docker-peertube
vars:
domain: peertube.{{top_domain}}
http_port: 8011
- name: setup akaunting hosts
hosts: akaunting_hosts
become: true