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.
 
 

24 rivejä
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"