Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juju4/ansible-jiloin
Jiloin - Jitsi Logging Interface ansible role
https://github.com/juju4/ansible-jiloin
Last synced: 12 days ago
JSON representation
Jiloin - Jitsi Logging Interface ansible role
- Host: GitHub
- URL: https://github.com/juju4/ansible-jiloin
- Owner: juju4
- License: bsd-2-clause
- Created: 2016-11-24T03:55:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T00:51:34.000Z (about 5 years ago)
- Last Synced: 2024-11-07T17:41:12.574Z (2 months ago)
- Language: Shell
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status - Master](https://travis-ci.org/juju4/ansible-jiloin.svg?branch=master)](https://travis-ci.org/juju4/ansible-jiloin)
[![Build Status - Devel](https://travis-ci.org/juju4/ansible-jiloin.svg?branch=devel)](https://travis-ci.org/juju4/ansible-jiloin/branches)
# Jiloin - Jitsi Logging Interface ansible roleAnsible role to setup Jitsi Logging Interface
https://github.com/jitsi/jiloin
https://github.com/jitsi/jitsi-meet/blob/master/doc/influxdb.mdCurrently, role is build for jiloin and influxdb to be installed on same server than jitsi meet.
## Requirements & Dependencies
### Ansible
It was tested on the following versions:
* 2.2### Operating systems
Ubuntu 16.04.
Influxdb is only available in xenial repository. Use other roles/repository if you want to use older distributions.## Example Playbook
Just include this role in your list.
For example```
- host: all
roles:
- juju4.jiloin
```## Variables
Nothing specific for now.
## Continuous integration
This role has a travis basic test (for github), more advanced with kitchen and also a Vagrantfile (test/vagrant).
Default kitchen config (.kitchen.yml) is lxd-based, while (.kitchen.vagrant.yml) is vagrant/virtualbox based.Once you ensured all necessary roles are present, You can test with:
```
$ gem install kitchen-ansible kitchen-lxd_cli kitchen-sync kitchen-vagrant
$ cd /path/to/roles/juju4.jiloin
$ kitchen verify
$ kitchen login
$ KITCHEN_YAML=".kitchen.vagrant.yml" kitchen verify
```
or
```
$ cd /path/to/roles/juju4.jiloin/test/vagrant
$ vagrant up
$ vagrant ssh
```## FAQ
* jiloin.fqdn virtualhost will use the same certificate than jitsi meet.
## Troubleshooting & Known issues
* client side javascript has credentials inside. It is advice to restrict network access to jiloin, use read-only user for web access and proper hardening.
## License
BSD 2-clause