2018-12-23 11:00:12 +02:00
|
|
|
---
|
|
|
|
|
2022-01-20 07:58:39 +02:00
|
|
|
- import_tasks: "{{ role_path }}/../matrix-base/tasks/util/ensure_openssl_installed.yml"
|
|
|
|
when: "matrix_ssl_retrieval_method == 'self-signed'"
|
2020-03-28 12:39:15 +02:00
|
|
|
|
2018-12-24 09:39:27 +02:00
|
|
|
- name: Generate self-signed certificates
|
2019-01-12 17:53:00 +02:00
|
|
|
include_tasks: "{{ role_path }}/tasks/ssl/setup_ssl_self_signed_obtain_for_domain.yml"
|
2019-01-16 18:05:48 +02:00
|
|
|
with_items: "{{ matrix_ssl_domains_to_obtain_certificates_for }}"
|
2018-12-23 11:00:12 +02:00
|
|
|
loop_control:
|
|
|
|
loop_var: domain_name
|
|
|
|
when: "matrix_ssl_retrieval_method == 'self-signed'"
|