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
+31
View File
@@ -0,0 +1,31 @@
---
- hosts: localhost
gather_facts: no
roles:
- proxmox_vm
- hosts: edge
become: yes
roles:
- base
- docker
- keepalived
- traefik
# - hosts: all
# become: yes
# roles:
# - base
# - docker
# - komodo
# - hosts: purah
# become: yes
# roles:
# - vm_infra
# - vm_plex
# - hosts: yunobo
# become: yes
# roles:
# - vm_apps