The configuration for peertube.rare
Go to file
Felix Ableitner 32566cd3e4 Rename cache to nginx in docker-compose 2019-04-19 14:40:53 +02:00
templates Rename cache to nginx in docker-compose 2019-04-19 14:40:53 +02:00
.gitignore Use example file for inventory, instead of committing own file 2019-04-19 14:37:26 +02:00
README.md Use example file for inventory, instead of committing own file 2019-04-19 14:37:26 +02:00
ansible.cfg Convert project to ansible 2019-04-12 11:08:53 +02:00
inventory.example Use example file for inventory, instead of committing own file 2019-04-19 14:37:26 +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

Peertube setup with Ansible and Docker-Compose

Setup

Copy inventory.example to inventory, and configure the hosts you want to work with.

Install Python and Ansible:

apt install python
pip2 install ansible

Run the playbook:

ansible-playbook --become peertube.yml

Note: If you run this on an existing server, make sure the file passwords/*your-server*/postgres exists and contains the correct password. Otherwise Ansible will change the password in Peertube, and it won't be able to connect to the database.