From b354722b68616044fbcc6196789f6880f6ba4b8e Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Thu, 16 Feb 2023 23:05:04 -0500 Subject: prosody: update docs --- roles/prosody/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/prosody') diff --git a/roles/prosody/README.md b/roles/prosody/README.md index f9db9ab..03540f6 100644 --- a/roles/prosody/README.md +++ b/roles/prosody/README.md @@ -47,7 +47,7 @@ Variable | Default | Description ---------------------------------|----------------------------|------------ `prosody_admins` | `[]` | JIDs of server admins `prosody_vhosts` | `['{{ email_domain }}']` | XMPP domains to serve -`prosody_conference_vhosts` | `conference.`vhosts | XMPP conference domains (usually `conference.example.com`) +`prosody_conference_vhosts` | `conference.{{ vhosts }}` | XMPP conference domains (usually `conference.example.com`) `prosody_user` | `s-prosody` | Prosody FreeIPA user (will be created) `prosody_db_name` | `prosody` | Prosody database name (will be created) `prosody_db_host` | `{{ postgresql_host }}` | Prosody database host -- cgit