1
0
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
Go to file
2019-04-18 14:45:58 +02:00
templates Add referrer policy header 2019-04-18 14:45:58 +02:00
.gitignore Convert project to ansible 2019-04-12 11:08:53 +02:00
ansible.cfg Convert project to ansible 2019-04-12 11:08:53 +02:00
inventory Convert project to ansible 2019-04-12 11:08:53 +02:00
migration.sh update migration script after successful migration 2019-03-18 12:12:42 +01:00
peertube.yml Convert project to ansible 2019-04-12 11:08:53 +02:00
README.md Convert project to ansible 2019-04-12 11:08:53 +02:00

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.