Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

25 lignes
495 B

  1. ---
  2. - import_tasks: "{{ role_path }}/tasks/start.yml"
  3. when: run_start|bool
  4. tags:
  5. - start
  6. - import_tasks: "{{ role_path }}/tasks/stop.yml"
  7. when: run_stop|bool
  8. tags:
  9. - stop
  10. - import_tasks: "{{ role_path }}/tasks/dump_runtime_results.yml"
  11. tags:
  12. - always
  13. - import_tasks: "{{ role_path }}/tasks/awx_post.yml"
  14. when: run_setup|bool and matrix_awx_enabled|bool
  15. tags:
  16. - always
  17. - import_tasks: "{{ role_path }}/tasks/run_docker_prune.yml"
  18. tags:
  19. - run-docker-prune