Переглянути джерело

Update docs/configuring-playbook-external-postgres.md: remove a duplicate sentence

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3619/head
Suguru Hirahara 1 рік тому
джерело
коміт
a874d5f918
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: E4F9743DAB4B7B75
1 змінених файлів з 1 додано та 3 видалено
  1. +1
    -3
      docs/configuring-playbook-external-postgres.md

+ 1
- 3
docs/configuring-playbook-external-postgres.md Переглянути файл

@@ -3,11 +3,9 @@
By default, this playbook would set up a PostgreSQL database server on your machine, running in a Docker container. By default, this playbook would set up a PostgreSQL database server on your machine, running in a Docker container.
If that's alright, you can skip this. If that's alright, you can skip this.


If you'd like to use an external PostgreSQL server that you manage, you can edit your configuration file (`inventory/host_vars/matrix.<your-domain>/vars.yml`).

**Note**: using **an external Postgres server is currently [not very seamless](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1682#issuecomment-1061461683) when it comes to enabling various other playbook services** - you will need to create a new database/credentials for each service and to point each service to its corresponding database using custom `vars.yml` configuration. **For the best experience with the playbook, stick to using the integrated Postgres server**. **Note**: using **an external Postgres server is currently [not very seamless](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1682#issuecomment-1061461683) when it comes to enabling various other playbook services** - you will need to create a new database/credentials for each service and to point each service to its corresponding database using custom `vars.yml` configuration. **For the best experience with the playbook, stick to using the integrated Postgres server**.


If you'd like to use an external Postgres server, add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.yml` file (adapt to your needs):
If you'd like to use an external Postgres server that you manage, add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.yml` file (adapt to your needs):


```yaml ```yaml
postgres_enabled: false postgres_enabled: false


Завантаження…
Відмінити
Зберегти