diff options
-rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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 |