Initial commit: VM Creation done

This commit is contained in:
Lino Silva
2026-03-30 10:54:16 +01:00
commit 97e7d65f42
27 changed files with 474 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
all:
hosts:
localhost:
ansible_connection: local
children:
edge:
hosts:
edge-1:
ansible_host: 10.0.4.1
edge-2:
ansible_host: 10.0.4.2
purah:
hosts:
infra-core-1:
ansible_host: 10.0.4.10
yunobo:
hosts:
media-1:
ansible_host: 10.0.4.20
apps-1:
ansible_host: 10.0.4.30
mipha:
hosts:
edge-1:
ansible_host: 10.0.4.1
sidon:
hosts:
edge-2:
ansible_host: 10.0.4.2