xoxys.mosquitto/tasks/main.yml

8 lines
171 B
YAML
Raw Normal View History

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