summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2024-01-07 12:46:01 +0000
committerMatthew Fennell <matthew@fennell.dev>2024-01-07 12:46:01 +0000
commit2e8dc1ce1150eb8c370808a2ddb16c515f0d4cbd (patch)
treef3d385ff59ad903c0e827d0c5b3fa27796ec4d98 /README.md
parent14465fc9602ec96fc9d4e48bc0120e75415e1e26 (diff)
Add virtual host specific config
This commit uses the new per-host virtual_host variable to create the necessary prosody host-specific cfg files.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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