xoxys.postgres/tasks/main.yml

11 lines
262 B
YAML
Raw Normal View History

2018-10-14 23:17:40 +02:00
---
- import_tasks: prepare.yml
2019-06-20 15:55:07 +02:00
- import_tasks: storage.yml
when: postgres_lvm_enabled | bool
2018-10-14 23:17:40 +02:00
- import_tasks: install.yml
2018-10-16 20:53:36 +02:00
- import_tasks: config.yml
2018-10-16 23:05:15 +02:00
- import_tasks: tls.yml
2019-06-10 15:34:06 +02:00
when: postgres_tls_enabled | bool
2018-10-16 23:05:15 +02:00
tags: tls_renewal
2018-10-16 00:07:17 +02:00
- import_tasks: post_tasks.yml