xoxys.matrix/tasks/main.yml
Robert Kaussow 1a88c99653
All checks were successful
continuous-integration/drone/push Build is passing
fix ansible 2.8 bool vars
2019-06-10 14:06:34 +02:00

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