2015-05-28 11:32:57 +02:00
|
|
|
---
|
|
|
|
- include: postgresql_org_repo.yml
|
|
|
|
when: pg_use_postgresql_org_repo
|
|
|
|
- include: packages.yml
|
2016-03-01 18:01:41 +01:00
|
|
|
when: psql_postgresql_install
|
2015-05-28 11:32:57 +02:00
|
|
|
- include: postgis.yml
|
|
|
|
when: postgres_install_gis_extensions
|
2016-03-07 17:43:37 +01:00
|
|
|
- include: postgres_pgpool.yml
|
|
|
|
when: psql_pgpool_install
|
2015-05-28 11:32:57 +02:00
|
|
|
- include: postgresql-config.yml
|
2016-03-01 18:01:41 +01:00
|
|
|
when: psql_postgresql_install
|
2016-06-21 19:58:26 +02:00
|
|
|
- include: postgresql-ssl-config.yml
|
|
|
|
when: psql_postgresql_install
|
2015-05-28 11:32:57 +02:00
|
|
|
- include: psql-kernel-sharedmem.yml
|
2016-03-01 18:01:41 +01:00
|
|
|
when:
|
|
|
|
- psql_postgresql_install
|
|
|
|
- psql_set_shared_memory
|
2015-05-28 11:32:57 +02:00
|
|
|
- include: configure-access.yml
|
2016-03-01 18:01:41 +01:00
|
|
|
when:
|
|
|
|
- psql_postgresql_install
|
|
|
|
- psql_db_data is defined
|
2015-05-28 11:32:57 +02:00
|
|
|
- include: manage_pg_db.yml
|
2016-03-01 18:01:41 +01:00
|
|
|
when:
|
|
|
|
- psql_postgresql_install
|
|
|
|
- psql_db_data is defined
|
2015-05-28 11:32:57 +02:00
|
|
|
- include: postgresql-backup.yml
|
2016-03-01 18:01:41 +01:00
|
|
|
when:
|
|
|
|
- psql_postgresql_install
|
|
|
|
- psql_db_data is defined
|
|
|
|
- include: pgpool-ii.yml
|
2016-03-07 17:43:37 +01:00
|
|
|
when: psql_pgpool_service_install
|
2016-06-21 19:58:26 +02:00
|
|
|
- include: postgresql-letsencrypt-acmetool.yml
|
|
|
|
when:
|
|
|
|
- postgresql_letsencrypt_managed
|
|
|
|
- letsencrypt_acme_install is defined
|
2016-03-07 17:43:37 +01:00
|
|
|
|
2015-05-28 11:32:57 +02:00
|
|
|
|