ansible-roles/webapps/jitsimeet
2024-03-28 16:08:08 -04:00
..
defaults new apt_sources.yml ; systemd + command instead of service + shell 2024-03-28 16:08:08 -04:00
files new apt_sources.yml ; systemd + command instead of service + shell 2024-03-28 16:08:08 -04:00
handlers WIP 2024-03-20 14:20:54 -04:00
meta WIP 2024-03-20 14:20:54 -04:00
tasks new apt_sources.yml ; systemd + command instead of service + shell 2024-03-28 16:08:08 -04:00
templates new apt_sources.yml ; systemd + command instead of service + shell 2024-03-28 16:08:08 -04:00
tests WIP 2024-03-20 14:20:54 -04:00
vars WIP 2024-03-20 14:20:54 -04:00
LISEZMOI.md jitsimeet_ prefix for vars + ansible.builtin. prefix for modules 2024-03-27 16:55:24 -04:00
README.md jitsimeet_ prefix for vars + ansible.builtin. prefix for modules 2024-03-27 16:55:24 -04: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.