2015-05-28 11:32:57 +02:00
|
|
|
---
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: postgresql_org_repo.yml
|
2015-05-28 11:32:57 +02:00
|
|
|
when: pg_use_postgresql_org_repo
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: packages.yml
|
2016-03-01 18:01:41 +01:00
|
|
|
when: psql_postgresql_install
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: postgis.yml
|
2015-05-28 11:32:57 +02:00
|
|
|
when: postgres_install_gis_extensions
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: postgresql-config.yml
|
2016-03-01 18:01:41 +01:00
|
|
|
when: psql_postgresql_install
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: postgresql-ssl-config.yml
|
2016-06-21 19:58:26 +02:00
|
|
|
when: psql_postgresql_install
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: psql-kernel-sharedmem.yml
|
2016-03-01 18:01:41 +01:00
|
|
|
when:
|
2019-12-12 21:01:51 +01:00
|
|
|
- psql_postgresql_install | bool
|
|
|
|
- psql_set_shared_memory | bool
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: configure-access.yml
|
2016-03-01 18:01:41 +01:00
|
|
|
when:
|
2019-12-12 21:01:51 +01:00
|
|
|
- psql_postgresql_install | bool
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: postgresql-service-status.yml
|
2016-10-20 17:10:17 +02:00
|
|
|
when: psql_postgresql_install
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: postgres_pgpool.yml
|
2016-10-20 17:10:17 +02:00
|
|
|
when: psql_pgpool_install
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: manage_pg_db.yml
|
2016-03-01 18:01:41 +01:00
|
|
|
when:
|
2019-12-12 21:01:51 +01:00
|
|
|
- psql_postgresql_install | bool
|
|
|
|
- psql_db_data is defined | bool
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: postgresql-backup.yml
|
2016-03-01 18:01:41 +01:00
|
|
|
when:
|
2019-12-12 21:01:51 +01:00
|
|
|
- psql_postgresql_install | bool
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: pgpool-ii.yml
|
2019-12-12 21:01:51 +01:00
|
|
|
when: psql_pgpool_service_install | bool
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: postgresql-letsencrypt-acmetool.yml
|
2016-06-21 19:58:26 +02:00
|
|
|
when:
|
|
|
|
- letsencrypt_acme_install is defined
|
2018-08-09 17:48:03 +02:00
|
|
|
- import_tasks: pgpool-letsencrypt-acmetool.yml
|
2016-07-12 16:19:48 +02:00
|
|
|
when:
|
|
|
|
- letsencrypt_acme_install is defined
|
2016-03-07 17:43:37 +01:00
|
|
|
|
2015-05-28 11:32:57 +02:00
|
|
|
|