Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 rivejä
487 B

  1. ---
  2. - ansible.builtin.import_tasks: "{{ role_path }}/../matrix-base/tasks/util/ensure_openssl_installed.yml"
  3. when: "matrix_ssl_retrieval_method == 'self-signed'"
  4. - name: Generate self-signed certificates
  5. ansible.builtin.include_tasks: "{{ role_path }}/tasks/ssl/setup_ssl_self_signed_obtain_for_domain.yml"
  6. with_items: "{{ matrix_ssl_domains_to_obtain_certificates_for | unique }}"
  7. loop_control:
  8. loop_var: domain_name
  9. when: "matrix_ssl_retrieval_method == 'self-signed'"