xoxys.postgres/tasks/main.yml
Robert Kaussow 8d147ff130
All checks were successful
continuous-integration/drone/push Build is passing
add lvm management
2019-06-20 15:55:07 +02:00

11 lines
262 B
YAML

---
- import_tasks: prepare.yml
- import_tasks: storage.yml
when: postgres_lvm_enabled | bool
- import_tasks: install.yml
- import_tasks: config.yml
- import_tasks: tls.yml
when: postgres_tls_enabled | bool
tags: tls_renewal
- import_tasks: post_tasks.yml