feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready

This commit is contained in:
2025-10-31 01:39:24 +01:00
parent 55c04e4fd0
commit e26eb2aa12
601 changed files with 44184 additions and 32477 deletions

View File

@@ -0,0 +1,20 @@
all:
vars:
ansible_python_interpreter: /usr/bin/python3
ansible_user: deploy
ansible_ssh_private_key_file: ~/.ssh/production
production:
hosts:
production_server:
ansible_host: 94.16.110.151
docker_registry: localhost:5000
docker_image_name: framework
docker_image_tag: latest
docker_swarm_stack_name: framework
docker_services:
- framework_web
- framework_queue-worker
git_repo_path: /home/deploy/framework-app
build_dockerfile: Dockerfile.production
build_target: production