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