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.
 
 

20 lines
527 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|bool and matrix_registration_enabled|bool"
  6. tags:
  7. - setup-all
  8. - setup-matrix-registration
  9. - import_tasks: "{{ role_path }}/tasks/setup.yml"
  10. tags:
  11. - setup-all
  12. - setup-matrix-registration
  13. - import_tasks: "{{ role_path }}/tasks/generate_token.yml"
  14. when: "run_setup|bool and matrix_registration_enabled|bool"
  15. tags:
  16. - generate-matrix-registration-token