ansible-roles/webapps/peertube/tasks/main.yml
Patrick Marchand d35f2bcae7
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
Added peertube role
Not finished, I got to webapps/peertube/tasks/postgres-user.yml
before committing what I'd done.
2022-11-11 16:36:52 -05:00

25 lines
322 B
YAML

---
- name: Install dependencies
apt:
state: present
name:
- ffmpeg
- python3-dev
- python-is-python3
- g++
- make
tags:
- peertube
- include: apache-system.yml
- include: user.yml
- include: archive.yml
- include: apache-vhost.yml
- include: mysql-user.yml
- include: config.yml