Add tinytinyrss to ansible
This commit is contained in:
parent
0c6ef34cf6
commit
2b8aef7f9f
14 changed files with 95 additions and 78 deletions
_ansible/inventory/group_vars/all
|
@ -15,6 +15,11 @@ compose_file_main:
|
|||
apps:
|
||||
external: true
|
||||
|
||||
compose_file_depends_on:
|
||||
services:
|
||||
app:
|
||||
depends_on: "{{ compose.depends_on }}"
|
||||
|
||||
compose_file_env:
|
||||
services:
|
||||
app:
|
||||
|
|
Reference in a new issue