mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-16 08:56:46 +02:00
6 lines
215 B
YAML
6 lines
215 B
YAML
# General
|
|
application_id: "web-app-lam"
|
|
|
|
# LAM specific
|
|
lam_image: "{{ applications | get_app_conf(application_id, 'docker.services.lam.image', True) }}"
|
|
lam_container: "{{ application_id | get_entity_name }}" |