Matrix Docker Ansible eploy
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

28 lines
674 B

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