olimp/olimp-deploy.yml
Administrator 231b860d88 Update 2 files
- /olimp-deploy.yml
- /gateway-deploy.yml
2025-10-14 09:17:28 +00:00

28 lines
770 B
YAML

---
- name: Deploy Olimp Infrastructure
hosts: localhost
gather_facts: false
vars_files:
- vault.yml
tasks:
- name: Include gateway deployment
include_tasks: gateway-deploy.yml
tags: gateway
- name: Display deployment summary
debug:
msg: |
Olimp Infrastructure deployed successfully!
Gateway Services:
- Heimdall: http://192.168.1.221:45131
- NPM Admin: http://192.168.1.221:81
Next steps:
1. Configure NPM proxy hosts
2. Deploy database host (222)
3. Deploy media host (223)
when: >
'deploy_lxc' in ansible_run_tags or
'gateway_services' in ansible_run_tags