ansible-roles/webapps/peertube
Mathieu Gauthier-Pilote b6a4b1a0d2
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2828|0|2828|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good
Prefix variables with peertube_
2024-05-09 16:00:05 -04:00
..
defaults Prefix variables with peertube_ 2024-05-09 16:00:05 -04:00
handlers New role to install + upgrade PeerTube 2024-05-09 15:41:02 -04:00
meta New role to install + upgrade PeerTube 2024-05-09 15:41:02 -04:00
tasks Prefix variables with peertube_ 2024-05-09 16:00:05 -04:00
templates Prefix variables with peertube_ 2024-05-09 16:00:05 -04:00
tests New role to install + upgrade PeerTube 2024-05-09 15:41:02 -04:00
vars New role to install + upgrade PeerTube 2024-05-09 15:41:02 -04:00
LISEZMOI.md Prefix variables with peertube_ 2024-05-09 16:00:05 -04:00
README.md Prefix variables with peertube_ 2024-05-09 16:00:05 -04:00

peertube

This role installs or upgrades the server for peertube.

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
    peertube_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.