Convos

Convos is a web based IRC client and IRC bouncer in one. It provides an easy way to stay on IRC even when you’re AFK.

Preparation

Set the vars convos_email_password_crypt in your host_vars/YOURSERVER/main.yml.

Optionally set convos_allowed_ips in your host_vars/YOURSERVER/main.yml to restrict access by IP address.

Installation

Run the Convos play, optionally limiting it to a server:

ansible-playbook --ask-vault-pass --limit YOURSERVER play/app/convos.yml

You should be able to reach Convos at https://convos.YOUR-FQDN and create an account. See the Convos web site and documentation for more details.

Show Convos on Momod Dashboard

This is optional, if you want the Convos link to work on Momod Dashboard set the app_convos variable in your host_vars to enabled:

app_convos: "enabled"

And run the homer play:

ansible-playbook --ask-vault-pass --limit YOURSERVER play/app/homer.yml