diff options
author | Justin W. Flory <4721034+jwflory@users.noreply.github.com> | 2020-01-01 15:38:26 -0500 |
---|---|---|
committer | Wim <wim@42.be> | 2020-01-01 21:38:26 +0100 |
commit | 62e38e7c4501addd1eedbd2f3c75fc33ba0a4860 (patch) | |
tree | ee09bd5eccfc97a95b769dbbb4bfea10f5c6723b | |
parent | b9da28a29be77b302bf90b0468c1ca3c57546842 (diff) | |
download | matterbridge-msglm-62e38e7c4501addd1eedbd2f3c75fc33ba0a4860.tar.gz matterbridge-msglm-62e38e7c4501addd1eedbd2f3c75fc33ba0a4860.tar.bz2 matterbridge-msglm-62e38e7c4501addd1eedbd2f3c75fc33ba0a4860.zip |
Add link to Ansible role for Matterbridge (#968)
This commit replaces the FOSSRIT/infrastructure link to the Matterbridge
role to a properly-defined Ansible role published in Ansible Galaxy. I
am the maintainer of the FOSSRIT/infrastructure repo and I decided to
split the Ansible role there into its own dedicated role. I figure this
might make it more accessible to others and also gives other folks a
chance to contribute. :smile:
Signed-off-by: Justin W. Flory <git@jwf.io>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -278,7 +278,7 @@ See [FAQ](https://github.com/42wim/matterbridge/wiki/FAQ) ## Related projects -- [FOSSRIT/infrastructure - roles/matterbridge](https://github.com/FOSSRIT/infrastructure/tree/master/roles/matterbridge) (Ansible role used to automate deployments of Matterbridge) +- [jwflory/ansible-role-matterbridge](https://galaxy.ansible.com/jwflory/matterbridge) (Ansible role to simplify deploying Matterbridge) - [matterbridge autoconfig](https://github.com/patcon/matterbridge-autoconfig) - [matterbridge config viewer](https://github.com/patcon/matterbridge-heroku-viewer) - [matterbridge-heroku](https://github.com/cadecairos/matterbridge-heroku) |