xoxys.matrix/tasks/main.yml
Robert Kaussow 0ffb77ef1c
All checks were successful
continuous-integration/drone/push Build is passing
remove nginx integration
2019-07-27 10:47:58 +02:00

10 lines
234 B
YAML

---
- include_tasks: prepare.yml
- import_tasks: storage.yml
when: matrix_lvm_enabled | bool
- include_tasks: install.yml
- import_tasks: tls.yml
when: matrix_tls_enabled | bool
tags: tls_renewal
- include_tasks: post_tasks.yml