--- 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 # Legacy compose_file reference (deprecated - stacks now use deployment/stacks/) compose_file: "{{ stacks_base_path }}/application/docker-compose.yml"