feat: add peertube playbook

This commit is contained in:
VC
2024-07-05 11:53:36 +02:00
parent f8d30a7886
commit ffe87a85f0

12
peertube.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- name: Deploy peertube
hosts: peertubeservers
gather_facts: true
diff: true
roles:
- nodejs
- yarn
- redis
- postgres
- peertube