xoxys.mosquitto/tasks/main.yml

8 lines
171 B
YAML
Raw Normal View History

2017-12-16 21:33:26 +01:00
---
2018-11-04 23:21:13 +01:00
- import_tasks: install.yml
2018-11-05 20:24:45 +01:00
- import_tasks: config.yml
2018-11-07 23:05:47 +01:00
- import_tasks: tls.yml
2019-06-10 16:00:07 +02:00
when: mosquitto_tls_enabled | bool
2018-11-07 23:05:47 +01:00
tags: tls_renewal
- import_tasks: post_tasks.yml