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.
 
 

15 lines
338 B

  1. - import_tasks: "{{ role_path }}/tasks/init.yml"
  2. tags:
  3. - always
  4. - import_tasks: "{{ role_path }}/tasks/validate_config.yml"
  5. when: "run_setup and matrix_coturn_enabled"
  6. tags:
  7. - setup-all
  8. - setup-coturn
  9. - import_tasks: "{{ role_path }}/tasks/setup_coturn.yml"
  10. when: run_setup
  11. tags:
  12. - setup-all
  13. - setup-coturn