- Update Gitea configuration (remove DEFAULT_ACTIONS_URL) - Fix deployment documentation - Update Ansible playbooks - Clean up deprecated files - Add new deployment scripts and templates
17 lines
573 B
YAML
17 lines
573 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
|
|
|
|
# Legacy compose_file reference (deprecated - stacks now use deployment/stacks/)
|
|
compose_file: "{{ stacks_base_path }}/application/docker-compose.yml"
|