Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

29 linhas
777 B

  1. - import_tasks: "{{ role_path }}/tasks/init.yml"
  2. tags:
  3. - always
  4. - import_tasks: "{{ role_path }}/tasks/validate_config.yml"
  5. when: "run_setup|bool and matrix_client_cinny_enabled|bool"
  6. tags:
  7. - setup-all
  8. - setup-client-cinny
  9. - import_tasks: "{{ role_path }}/tasks/setup_install.yml"
  10. when: "run_setup|bool and matrix_client_cinny_enabled|bool"
  11. tags:
  12. - setup-all
  13. - setup-client-cinny
  14. - import_tasks: "{{ role_path }}/tasks/self_check.yml"
  15. delegate_to: 127.0.0.1
  16. become: false
  17. when: "run_self_check|bool and matrix_client_cinny_enabled|bool"
  18. tags:
  19. - self-check
  20. - import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  21. when: "run_setup|bool and not matrix_client_cinny_enabled|bool"
  22. tags:
  23. - setup-all
  24. - setup-client-cinny