Ansible role to deploy Matterbridge server on CentOS/RHEL 7.x systems
Go to file
Justin W. Flory c08ad98b7b
😅 Explicitly set role_name to `matterbridge`
This is so Ansible Galaxy names the role "matterbridge" instead of
"ansible-role-matterbridge", which is redundant and annoying to type.

Signed-off-by: Justin W. Flory <git@jwf.io>
2019-12-31 14:31:09 -05:00
defaults 🌞 Initial commit of Matterbridge Ansible role 2019-12-31 13:41:23 -05:00
files 🌞 Initial commit of Matterbridge Ansible role 2019-12-31 13:41:23 -05:00
handlers 🌞 Initial commit of Matterbridge Ansible role 2019-12-31 13:41:23 -05:00
meta 😅 Explicitly set role_name to `matterbridge` 2019-12-31 14:31:09 -05:00
tasks 🌞 Initial commit of Matterbridge Ansible role 2019-12-31 13:41:23 -05:00
templates 🌞 Initial commit of Matterbridge Ansible role 2019-12-31 13:41:23 -05:00
tests 🌞 Initial commit of Matterbridge Ansible role 2019-12-31 13:41:23 -05:00
vars 🌞 Initial commit of Matterbridge Ansible role 2019-12-31 13:41:23 -05:00
.travis.yml 🌞 Initial commit of Matterbridge Ansible role 2019-12-31 13:41:23 -05:00
LICENSE.txt 🌞 Initial commit of Matterbridge Ansible role 2019-12-31 13:41:23 -05:00
README.md 🌞 Initial commit of Matterbridge Ansible role 2019-12-31 13:41:23 -05:00

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

BSD-3-Clause

Author Information

This role was first created in 2019 by Justin W. Flory. Find him on GitHub and LinkedIn.