2020-06-03 19:19:32 +02:00
|
|
|
---
|
2020-06-03 19:53:13 +02:00
|
|
|
- import_tasks: postgresql_org_repo.yml
|
|
|
|
- import_tasks: packages.yml
|
|
|
|
when: psql_postgresql_install
|
|
|
|
- import_tasks: postgis.yml
|
|
|
|
when: postgres_install_gis_extensions
|
|
|
|
- import_tasks: postgresql-config.yml
|
|
|
|
when: psql_postgresql_install
|
|
|
|
- import_tasks: postgresql-ssl-config.yml
|
|
|
|
when: psql_postgresql_install
|
|
|
|
- import_tasks: psql-kernel-sharedmem.yml
|
|
|
|
when:
|
|
|
|
- psql_postgresql_install
|
|
|
|
- psql_set_shared_memory
|
|
|
|
- import_tasks: configure-access.yml
|
|
|
|
when:
|
|
|
|
- psql_postgresql_install
|
|
|
|
- psql_db_data is defined
|
|
|
|
- import_tasks: postgresql-service-status.yml
|
|
|
|
when: psql_postgresql_install
|
|
|
|
- import_tasks: manage_pg_db.yml
|
|
|
|
when:
|
|
|
|
- psql_postgresql_install
|
|
|
|
- psql_db_data is defined
|
2021-04-06 14:15:37 +02:00
|
|
|
- import_tasks: postgresql-streaming-replication.yml
|
|
|
|
when:
|
|
|
|
- postgresql_streaming_replication
|
2020-06-03 19:53:13 +02:00
|
|
|
- import_tasks: postgresql-backup.yml
|
2020-07-30 14:14:39 +02:00
|
|
|
when: psql_postgresql_install
|
2020-06-03 19:53:13 +02:00
|
|
|
- import_tasks: postgresql-letsencrypt-acmetool.yml
|
|
|
|
when:
|
2020-07-30 14:14:39 +02:00
|
|
|
- letsencrypt_acme_install is defined and letsencrypt_acme_install
|