- Remove redundant `$container` parameter in `RedisPoolInitializer` instantiation. - Streamline container interactions for improved clarity and maintainability.
19 lines
711 B
YAML
19 lines
711 B
YAML
---
|
|
all:
|
|
children:
|
|
production:
|
|
hosts:
|
|
server:
|
|
ansible_host: 94.16.110.151
|
|
ansible_user: deploy
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_private_key_file: ~/.ssh/production
|
|
vars:
|
|
# Note: Centralized variables are defined in group_vars/production.yml
|
|
# Only override-specific variables should be here
|
|
# Override system_* defaults here when Wartungsfenster abweichen
|
|
|
|
# Legacy compose_file reference (deprecated)
|
|
# Production now uses docker-compose.base.yml + docker-compose.production.yml from repository root
|
|
# compose_file: "{{ stacks_base_path }}/application/docker-compose.yml"
|