2021-05-29 11:45:35 +00:00
|
|
|
---
|
|
|
|
- include_tasks: prepare.yml
|
|
|
|
- include_tasks: setup.yml
|
|
|
|
- include_tasks: selinux.yml
|
|
|
|
when: ansible_selinux.status == "enabled"
|
2021-05-29 15:52:24 +00:00
|
|
|
- import_tasks: tls.yml
|
|
|
|
when: prometheus_web_tls_enabled | bool
|
|
|
|
tags: tls_renewal
|