xoxys.unifi/tasks/main.yml

8 lines
156 B
YAML
Raw Normal View History

2018-07-08 16:50:35 +00:00
---
- import_tasks: prepare.yml
- import_tasks: install.yml
- import_tasks: tls.yml
2018-08-14 19:02:18 +00:00
when: unifi_tls_enabled
2018-10-13 16:02:39 +00:00
tags: tls_renewal
2019-08-04 20:31:25 +00:00
- include_tasks: post.yml