From 2e8dc1ce1150eb8c370808a2ddb16c515f0d4cbd Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 7 Jan 2024 12:46:01 +0000 Subject: Add virtual host specific config This commit uses the new per-host virtual_host variable to create the necessary prosody host-specific cfg files. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ffc6c3d..c921dde 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ you would like to deploy to. For instance: ```ini [xmpp_server] -fennell.dev -koyo.haus +fennell.dev virtual_host=chat.fennell.dev +koyo.haus virtual_host=koyo.haus ``` ### Create a staging inventory file @@ -59,7 +59,7 @@ Create an inventory file in `inventory/staging.ini` like the following: ```ini [xmpp_server] -staging.koyo.haus +staging.koyo.haus virtual_host=staging.koyo.haus ``` ### Run the playbook on your staging hosts -- cgit v1.2.3