feat: media+app VMs, Komodo periphery working
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user