ansible-roles/webapps/peertube/README.md

50 lines
882 B
Markdown
Raw Normal View History

2023-04-07 15:07:59 +02:00
peertube
=====
2023-04-07 15:07:59 +02:00
This role installs or upgrades the server for peertube.
2023-04-07 15:07:59 +02:00
FRENCH: Voir le fichier LISEZMOI.md pour le français.
Requirements
------------
...
Role Variables
--------------
Several of the default values in defaults/main.yml must be changed either directly in defaults/main.yml or better even by overwriting them somewhere else, for example in your playbook (see the example below).
Dependencies
------------
This Ansible role depends on the following other roles:
- nodejs
Example Playbook
----------------
```
- name: "Deploy a peertube server"
hosts:
- all
vars:
# Overwrite the role variables here
domains: ['your-real-domain.org']
service: 'my-peertube'
roles:
- { role: webapps/peertube , tags: "peertube" }
```
License
-------
GPLv3
Author Information
------------------
Mathieu Gauthier-Pilote, sys. admin. at Evolix.