Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

24 řádky
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"