mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 10:26:35 +00:00
9 lines
345 B
YAML
9 lines
345 B
YAML
- name: "load docker, proxy for '{{ application_id }}'"
|
|
include_role:
|
|
name: sys-stk-full-stateless
|
|
vars:
|
|
docker_compose_flush_handlers: true
|
|
docker_git_repository_address: "https://github.com/kevinveenbirkenbach/roulette-wheel.git"
|
|
docker_git_repository_pull: true
|
|
docker_git_repository_branch: "master"
|