feat: media+app VMs, Komodo periphery working

This commit is contained in:
Lino Silva
2026-04-09 23:20:40 +01:00
parent 3b6267e1db
commit d717013e6d
15 changed files with 152 additions and 164 deletions
+33
View File
@@ -0,0 +1,33 @@
---
- hosts: infra
become: yes
roles:
- base
- docker
- komodo
- tinyauth
- pocketid
- website
- hosts: edge
become: yes
roles:
- base
- docker
- keepalived
- traefik
- komodo-periphery
- hosts: media
become: yes
roles:
- base
- docker
- komodo-periphery
- hosts: apps
become: yes
roles:
- base
- docker
- komodo-periphery
+3 -22
View File
@@ -1,24 +1,5 @@
---
# - hosts: localhost
# gather_facts: no
# roles:
# - proxmox_vm
- hosts: infra
become: yes
- hosts: localhost
gather_facts: no
roles:
- base
- docker
- komodo
- tinyauth
- pocketid
- website
- hosts: edge
become: yes
roles:
- base
- docker
- komodo-periphery
- keepalived
- traefik
- proxmox_vm