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

17 lines
335 B
YAML

---
- name: Create Gateway LXC container
hosts: proxmox_servers
gather_facts: false
vars_files:
- vault.yml
roles:
- role: proxmox_lxc
tags: deploy_lxc
- name: Deploy Gateway services
hosts: gateway_servers
vars_files:
- vault.yml
roles:
- role: gateway
tags: gateway_services