ansible-roles/webapps/jitsimeet
Mathieu Gauthier-Pilote b47f2f17cd Fix wrong indentation
2024-05-08 19:24:36 +02:00
..
defaults new apt_sources.yml ; systemd + command instead of service + shell 2024-05-08 19:24:36 +02:00
files new apt_sources.yml ; systemd + command instead of service + shell 2024-05-08 19:24:36 +02:00
handlers Adding handlers 2024-05-08 19:24:36 +02:00
meta WIP 2024-05-08 19:24:36 +02:00
tasks Fix wrong indentation 2024-05-08 19:24:36 +02:00
templates 1 more command instead of shell + more jitsimeet_ prefix 2024-05-08 19:24:36 +02:00
tests WIP 2024-05-08 19:24:36 +02:00
vars WIP 2024-05-08 19:24:36 +02:00
LISEZMOI.md jitsimeet_ prefix for vars + ansible.builtin. prefix for modules 2024-05-08 19:24:36 +02:00
README.md jitsimeet_ prefix for vars + ansible.builtin. prefix for modules 2024-05-08 19:24:36 +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.