mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
implemented peertube
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user