Add umami to ansible
This commit is contained in:
parent
7ff7dfe807
commit
ecd00fc75d
15 changed files with 91 additions and 49 deletions
_ansible/inventory/group_vars/all
|
@ -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
|
||||
|
|
Reference in a new issue