2019-04-27 11:52:50 +00:00
|
|
|
---
|
|
|
|
- import_tasks: prepare.yml
|
|
|
|
- import_tasks: install.yml
|
|
|
|
- import_tasks: tls.yml
|
2019-05-19 20:50:00 +00:00
|
|
|
when: homeassistant_tls_enabled | bool
|
2019-04-27 11:52:50 +00:00
|
|
|
tags: tls_renewal
|
|
|
|
- import_tasks: nginx.yml
|
2019-05-19 20:50:00 +00:00
|
|
|
when: homeassistant_nginx_vhost_enabled | bool
|
2019-04-27 11:52:50 +00:00
|
|
|
- import_tasks: post_tasks.yml
|