mirror of
https://github.com/NeilHanlon/ansible-role-matterbridge.git
synced 2024-11-13 03:21:23 +00:00
Ansible role to deploy Matterbridge server on CentOS/RHEL 7.x systems
defaults | ||
files | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
tests | ||
vars | ||
.travis.yml | ||
LICENSE.txt | ||
README.md |
Ansible Role: Matterbridge
Ansible role to deploy Matterbridge server on CentOS/RHEL 7.x systems
Requirements
No special requirements.
Note this role requires root access; either run it in a playbook with a global become: yes
or invoke the role in your playbook:
- hosts: servers
roles:
- role: jwflory.matterbridge
become: yes
Role Variables
main.yml
To be written once this role is more stable.
vault.yml
To be written once this role is more stable.
Dependencies
None.
Example Playbook
- hosts: matterbridge-host
roles:
- role: jwflory.matterbridge
License
Author Information
This role was first created in 2019 by Justin W. Flory. Find him on GitHub and LinkedIn.