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
|
hosts: proxmox_servers
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars_files:
|
vars_files:
|
||||||
@ -8,7 +8,7 @@
|
|||||||
- role: proxmox_lxc
|
- role: proxmox_lxc
|
||||||
tags: deploy_lxc
|
tags: deploy_lxc
|
||||||
|
|
||||||
- name: 🚀 Deploy Gateway services
|
- name: Deploy Gateway services
|
||||||
hosts: gateway_servers
|
hosts: gateway_servers
|
||||||
vars_files:
|
vars_files:
|
||||||
- vault.yml
|
- vault.yml
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: 🏗️ Deploy Olimp Infrastructure
|
- name: Deploy Olimp Infrastructure
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars_files:
|
vars_files:
|
||||||
@ -13,7 +13,7 @@
|
|||||||
- name: Display deployment summary
|
- name: Display deployment summary
|
||||||
debug:
|
debug:
|
||||||
msg: |
|
msg: |
|
||||||
🎉 Olimp Infrastructure deployed successfully!
|
Olimp Infrastructure deployed successfully!
|
||||||
|
|
||||||
Gateway Services:
|
Gateway Services:
|
||||||
- Heimdall: http://192.168.1.221:45131
|
- Heimdall: http://192.168.1.221:45131
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user