xoxys.postgres/tasks/main.yml

11 lines
262 B
YAML
Raw Normal View History

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