xoxys.matrix/tasks/main.yml

10 lines
234 B
YAML
Raw Normal View History

2019-01-18 14:52:23 +01:00
---
- include_tasks: prepare.yml
- import_tasks: storage.yml
2019-06-10 14:06:34 +02:00
when: matrix_lvm_enabled | bool
2019-01-18 14:52:23 +01:00
- include_tasks: install.yml
2019-01-19 02:19:57 +01:00
- import_tasks: tls.yml
2019-06-10 14:06:34 +02:00
when: matrix_tls_enabled | bool
2019-01-19 02:19:57 +01:00
tags: tls_renewal
2019-01-18 14:52:23 +01:00
- include_tasks: post_tasks.yml