ansible-roles/webapps/jitsimeet/README.md
Mathieu Gauthier-Pilote c72bf2ac9e
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2817|0|2817|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good
Rôle Jitsi Meet (docker)
2023-04-20 16:16:20 -04:00

826 B

jitsimeet

This role installs or upgrades the server for jitsimeet.

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

...

Example Playbook

- name: "Deploy a jitsimeet server"
  hosts: 
    - all
  vars:
    # Overwrite the role variables here
    domains: ['your-real-domain.org']
    service: 'my-jitsimeet'

  roles:
    - { role: webapps/jitsimeet , tags: "jitsimeet" }

License

GPLv3

Author Information

Mathieu Gauthier-Pilote, sys. admin. at Evolix.