Update 2 files
- /olimp-deploy.yml - /gateway-deploy.yml
This commit is contained in:
parent
299e41fd57
commit
231b860d88
@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: 🏗️ Create Gateway LXC container
|
||||
- name: Create Gateway LXC container
|
||||
hosts: proxmox_servers
|
||||
gather_facts: false
|
||||
vars_files:
|
||||
@ -8,7 +8,7 @@
|
||||
- role: proxmox_lxc
|
||||
tags: deploy_lxc
|
||||
|
||||
- name: 🚀 Deploy Gateway services
|
||||
- name: Deploy Gateway services
|
||||
hosts: gateway_servers
|
||||
vars_files:
|
||||
- vault.yml
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: 🏗️ Deploy Olimp Infrastructure
|
||||
- name: Deploy Olimp Infrastructure
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
vars_files:
|
||||
@ -13,7 +13,7 @@
|
||||
- name: Display deployment summary
|
||||
debug:
|
||||
msg: |
|
||||
🎉 Olimp Infrastructure deployed successfully!
|
||||
Olimp Infrastructure deployed successfully!
|
||||
|
||||
Gateway Services:
|
||||
- Heimdall: http://192.168.1.221:45131
|
||||
|
||||
Loading…
Reference in New Issue
Block a user