Robert Kaussow
1a88c99653
All checks were successful
continuous-integration/drone/push Build is passing
12 lines
302 B
YAML
12 lines
302 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
|
|
- import_tasks: nginx.yml
|
|
when: matrix_nginx_vhost_enabled | bool
|
|
- include_tasks: post_tasks.yml
|