summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2024-05-29 18:07:17 +0100
committerMatthew Fennell <matthew@fennell.dev>2024-05-29 18:07:17 +0100
commita0b3d87fa2383c1f7187cd15187b431f0aeb7e31 (patch)
treeccdb3dfad6dc6d9addac9be319a02ad603b52fe9
parentf0b62fad50053b5e9dad26a42a8998a81544b350 (diff)
Bring README example config up-to-date
This commit updates the README to include config lines that are being used as of previous commits.
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index c12d825..7f30504 100644
--- a/README.md
+++ b/README.md
@@ -85,12 +85,23 @@ inventory/
```
```yaml
-borg_passphrase: # the passphrase that borg will encrypt your repo with
+acme_account_uri_nonprod: # the staging uri we should add TLSA records for
+acme_account_uri_prod: # the prod uri we should add TLSA records for
+anonymous_login: # should we allow anonymous users on the server? e.g. true
borg_private_key_path: # e.g. /home/matthew/.ssh/some-key
borg_repo: # the repo to use, e.g. ssh://example.org/./repo
+cert_host: # the server that manages certs, e.g. matthew-server.local
+delegate_prefix: # the subdomain that the A record should point to, e.g chat
+desec_token: # the desec token we should use to update DNS records
+virtual_host: # the domain of the JID you'd like to use, e.g. koyo.haus
+
+users: # the users you'd like to ensure exist
+ - name: # the username of the user, e.g. admin
+ password: # the password of the user
+
+borg_passphrase: # the passphrase that borg will encrypt your repo with
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
```
### Run the playbook on your staging hosts