mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 18:35:11 +00:00
8 lines
279 B
YAML
8 lines
279 B
YAML
- name: "Load docker and front proxy for {{ application_id }}"
|
|
include_role:
|
|
name: sys-stk-full-stateless
|
|
vars:
|
|
domain: "{{ domains | get_domain(application_id) }}"
|
|
http_port: "{{ ports.localhost.http[application_id] }}"
|
|
|
|
- include_tasks: utils/once/flag.yml |