feat: Added apps-2 VM

This commit is contained in:
Lino Silva
2026-04-20 16:25:30 +01:00
parent e7bb6eadb8
commit a286b755fe
4 changed files with 77 additions and 53 deletions
+12 -1
View File
@@ -1,4 +1,8 @@
---
# NOTE: Adding a komodo-periphery role to an edge means you need to
# create an onboarding key on Komodo and change its value on
# the vault
- hosts: infra
become: yes
roles:
@@ -25,10 +29,17 @@
- docker
- komodo-periphery
- hosts: apps
- hosts: apps-1
become: yes
roles:
- base
- docker
- komodo-periphery
- trek
- hosts: apps-2
become: yes
roles:
- base
- docker
- komodo-periphery