From 2c0d00bc280ef0add3295180cf0cdf8b296f3fe1 Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Tue, 20 Dec 2022 09:36:42 +0100 Subject: [PATCH] :wrench: prosody: Use ansible variable in main config template --- templates/prosody/prosody.cfg.lua.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/prosody/prosody.cfg.lua.j2 b/templates/prosody/prosody.cfg.lua.j2 index 59a2521..604254f 100644 --- a/templates/prosody/prosody.cfg.lua.j2 +++ b/templates/prosody/prosody.cfg.lua.j2 @@ -20,7 +20,7 @@ -- for the server. Note that you must create the accounts separately -- (see http://prosody.im/doc/creating_accounts for info) -- Example: admins = { "user1@example.com", "user2@example.net" } -admins = { "alex@jabber.n39.eu", "tux@jabber.n39.eu" } +admins = { "alex@{{ prosody_domain_name }}", "tux@{{ prosody_domain_name }}" } -- Enable use of libevent for better performance under high load -- For more information see: http://prosody.im/doc/libevent