Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

22 行
558 B

  1. - import_tasks: "{{ role_path }}/tasks/init.yml"
  2. tags:
  3. - always
  4. - import_tasks: "{{ role_path }}/tasks/setup_install.yml"
  5. when: run_setup|bool and matrix_etherpad_enabled|bool
  6. tags:
  7. - setup-all
  8. - setup-etherpad
  9. - import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  10. when: run_setup|bool and not matrix_etherpad_enabled|bool
  11. tags:
  12. - setup-all
  13. - setup-etherpad
  14. - import_tasks: "{{ role_path }}/tasks/validate_config.yml"
  15. when: run_setup|bool and matrix_etherpad_enabled|bool
  16. tags:
  17. - setup-all
  18. - setup-etherpad