diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-03-03 13:35:11 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-03-03 13:35:11 +0000 |
commit | c7a604fb00d6044894ca82fb94673fbed8769431 (patch) | |
tree | d73da7d3fccd0921a235876eef6c4d59fd7a9f16 | |
parent | a79808bb8cd7ac36bace39db2020ac963b29ff2d (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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ``` |