https://github.com/mother-of-all-self-hosting/ansible-role-jitsi
An Ansible role for installing the Jitsi video conferencing tool
https://github.com/mother-of-all-self-hosting/ansible-role-jitsi
ansible-role docker jitsi jitsi-meet
Last synced: 2 months ago
JSON representation
An Ansible role for installing the Jitsi video conferencing tool
- Host: GitHub
- URL: https://github.com/mother-of-all-self-hosting/ansible-role-jitsi
- Owner: mother-of-all-self-hosting
- License: agpl-3.0
- Created: 2023-04-02T06:31:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T16:29:29.000Z (2 months ago)
- Last Synced: 2025-04-08T17:32:57.407Z (2 months ago)
- Topics: ansible-role, docker, jitsi, jitsi-meet
- Language: Jinja
- Homepage:
- Size: 144 KB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jitsi Ansible role
[](https://api.reuse.software/info/github.com/mother-of-all-self-hosting/ansible-role-jitsi)
This is an [Ansible](https://www.ansible.com/) role which installs [Jitsi](https://jitsi.org/) to run as a bunch of [Docker](https://www.docker.com/) containers wrapped in systemd services. The architecture is inspired by the [docker-jitsi-meet](https://github.com/jitsi/docker-jitsi-meet) project, but does not use Docker Compose.
This role *implicitly* depends on:
- [`com.devture.ansible.role.playbook_help`](https://github.com/devture/com.devture.ansible.role.playbook_help)
- [`com.devture.ansible.role.systemd_docker_base`](https://github.com/devture/com.devture.ansible.role.systemd_docker_base)For an Ansible playbook which integrates this role and makes it easier to use, see the [mash-playbook](https://github.com/mother-of-all-self-hosting/mash-playbook).
💡 See this [document](docs/configuring-jitsi.md) for details about setting up the service with this role.