mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-10 03:15:47 +00:00
9 lines
296 B
YAML
9 lines
296 B
YAML
- name: "load docker, db and proxy for {{ application_id }}"
|
|
include_role:
|
|
name: sys-stk-full-stateful
|
|
vars:
|
|
docker_compose_flush_handlers: true
|
|
docker_compose_file_creation_enabled: true
|
|
docker_git_repository_pull: false
|
|
|
|
- include_tasks: utils/once/flag.yml |