mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-24 23:48:21 -05:00
The configuration for peertube.social https://peertube.social
templates | ||
.gitignore | ||
ansible.cfg | ||
inventory | ||
migration.sh | ||
peertube.yml | ||
README.md |
Peertube setup with Ansible and Docker-Compose
Setup
Configure your ssh connection in inventory
.
Install Ansible:
pip2 install ansible
Run the playbook:
ansible-playbook --become -K peertube.yml
It will prompt for root password to escalate privileges through sudo
.