16 lines
392 B
YAML
16 lines
392 B
YAML
---
|
|
app_name: glance
|
|
|
|
# Container configuration
|
|
glance_container_name: "{{ app_name | default('glance') }}"
|
|
glance_container_version: latest
|
|
glance_restart_policy: "{{ app_restart_policy }}"
|
|
|
|
# Network configuration
|
|
glance_http_port: 8080
|
|
|
|
# Volume paths
|
|
glance_config_path: "{{ app_dir }}/config"
|
|
|
|
# App-specific configuration
|
|
glance_config_template: "{{ app_templates_path }}/glance.yml.j2" |