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.
 
 

20 lines
369 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/run_docker_prune.yml"
  14. tags:
  15. - run-docker-prune