ansible-roles/webapps/jitsimeet
Mathieu Gauthier-Pilote 18c30b72c1
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |3128|0|3128|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good
Add external file to put blocked room names (if needed in the future)
2024-06-19 13:46:07 -04:00
..
defaults new apt_sources.yml ; systemd + command instead of service + shell 2024-06-12 20:01:37 +02:00
files new apt_sources.yml ; systemd + command instead of service + shell 2024-06-12 20:01:37 +02:00
handlers Adding handlers 2024-06-12 20:01:37 +02:00
meta WIP 2024-06-12 20:01:37 +02:00
tasks Add external file to put blocked room names (if needed in the future) 2024-06-19 13:46:07 -04:00
templates Add external file to put blocked room names (if needed in the future) 2024-06-19 13:46:07 -04:00
tests WIP 2024-06-12 20:01:37 +02:00
vars WIP 2024-06-12 20:01:37 +02:00
LISEZMOI.md jitsimeet_ prefix for vars + ansible.builtin. prefix for modules 2024-06-12 20:01:37 +02:00
README.md jitsimeet_ prefix for vars + ansible.builtin. prefix for modules 2024-06-12 20:01:37 +02:00

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