47 lines
666 B
YAML
47 lines
666 B
YAML
---
|
|
# 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:
|
|
- 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-1
|
|
become: yes
|
|
roles:
|
|
- base
|
|
- docker
|
|
- komodo-periphery
|
|
- trek
|
|
- forgejo
|
|
|
|
- hosts: apps-2
|
|
become: yes
|
|
roles:
|
|
- base
|
|
- docker
|
|
- komodo-periphery
|