mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 18:35:11 +00:00
17 lines
396 B
YAML
17 lines
396 B
YAML
- name: "load docker, db and proxy for {{ application_id }}"
|
|
include_role:
|
|
name: sys-stk-full-stateful
|
|
vars:
|
|
docker_compose_flush_handlers: false
|
|
|
|
- name: "Deploy '{{ CHESS_ENTRYPOINT_ABS }}'"
|
|
copy:
|
|
src: "{{ CHESS_ENTRYPOINT_FILE }}"
|
|
dest: "{{ CHESS_ENTRYPOINT_ABS }}"
|
|
notify:
|
|
- docker compose build
|
|
|
|
- meta: flush_handlers
|
|
|
|
- include_tasks: utils/once/flag.yml
|