summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2024-03-03 13:35:11 +0000
committerMatthew Fennell <matthew@fennell.dev>2024-03-03 13:35:11 +0000
commitc7a604fb00d6044894ca82fb94673fbed8769431 (patch)
treed73da7d3fccd0921a235876eef6c4d59fd7a9f16
parenta79808bb8cd7ac36bace39db2020ac963b29ff2d (diff)
Update vars.yml references in the README
These references were out of date with what was needed from the playbook.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 36e2d8b..96120df 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,8 @@ inventory/
borg_passphrase: # the passphrase that borg will encrypt your repo with
borg_private_key_path: # e.g. /home/matthew/.ssh/some-key
borg_repo: # the repo to use, e.g. ssh://example.org/./repo
-certbot_email: an email address letsencrypt should use if renewal fails
+postgres_password: # the password that prosody will use to access the database
+turn_secret: # the password prosody will use to interact with turn
virtual_host: the domain of the JID you'd like to use, e.g. koyo.haus
```