--- 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"