Add umami to ansible

This commit is contained in:
Tobias Reisinger 2023-06-13 20:48:16 +02:00
parent 7ff7dfe807
commit ecd00fc75d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
15 changed files with 91 additions and 49 deletions
_ansible/inventory/group_vars/all

View file

@ -8,7 +8,13 @@ compose_default_file:
networks:
apps:
aliases:
- "{{ service.name }}"
- "{{ svc.name }}"
networks:
apps:
external: true
compose_env_file:
services:
app:
env_file:
- service.env