mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
7 lines
144 B
YAML
7 lines
144 B
YAML
# General
|
|
application_id: "web-svc-cdn"
|
|
domain: "{{ domains | get_domain(application_id) }}"
|
|
|
|
# CDN
|
|
CDN_NGINX_FILE: "{{ domain }}.conf"
|