Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

24 lignes
568 B

  1. ---
  2. - tags:
  3. - setup-all
  4. - install-all
  5. block:
  6. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  7. # This needs to always run, because it populates `matrix_user_uid` and `matrix_user_gid`,
  8. # which are required by many other roles.
  9. - tags:
  10. - always
  11. - setup-system-user
  12. - common
  13. block:
  14. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_matrix_user.yml"
  15. - tags:
  16. - setup-all
  17. - install-all
  18. - common
  19. block:
  20. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_matrix_base.yml"