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.
 
 

8 lines
296 B

  1. ---
  2. - name: Verify certificates
  3. include_tasks: "{{ role_path }}/tasks/ssl/setup_ssl_manually_managed_verify_for_domain.yml"
  4. with_items: "{{ matrix_ssl_domains_to_obtain_certificates_for }}"
  5. loop_control:
  6. loop_var: domain_name
  7. when: "matrix_ssl_retrieval_method == 'manually-managed'"