Matrix Docker Ansible eploy
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

34 rader
1.0 KiB

  1. ---
  2. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/init.yml"
  3. tags:
  4. - always
  5. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
  6. when: "run_setup | bool and matrix_registration_enabled | bool"
  7. tags:
  8. - setup-all
  9. - setup-matrix-registration
  10. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml"
  11. when: "run_setup | bool and matrix_registration_enabled | bool"
  12. tags:
  13. - setup-all
  14. - setup-matrix-registration
  15. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  16. when: "run_setup | bool and not matrix_registration_enabled | bool"
  17. tags:
  18. - setup-all
  19. - setup-matrix-registration
  20. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/generate_token.yml"
  21. when: "run_setup | bool and matrix_registration_enabled | bool"
  22. tags:
  23. - generate-matrix-registration-token
  24. - ansible.builtin.import_tasks: "{{ role_path }}/tasks/list_tokens.yml"
  25. when: "run_setup | bool and matrix_registration_enabled | bool"
  26. tags:
  27. - list-matrix-registration-tokens