xoxys.nginx/tasks/main.yml
Robert Kaussow fe75cf9ee4
Some checks failed
continuous-integration/drone/push Build is failing
copy tls certs before creating vhosts to avoid validation errors
2020-02-23 16:49:35 +01:00

7 lines
136 B
YAML

---
- include_tasks: install.yml
- import_tasks: tls.yml
tags: tls_renewal
- include_tasks: vhost.yml
- include_tasks: post_tasks.yml