Files
ansible/roles/docker/tasks/main.yml
TuDatTr 7cd43fb8a8 Added working traefik configuration/labels for containers
Added new host 'mii'
Added uptime kuma in docker

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2023-04-13 18:43:32 +02:00

16 lines
367 B
YAML

---
- include_tasks: install.yml
- include_tasks: user_group_setup.yml
- include_tasks: pi_compose.yml
when: inventory_hostname == "pi"
tags:
- reload_compose
- include_tasks: aya01_compose.yml
when: inventory_hostname == "aya01"
tags:
- reload_compose
- include_tasks: mii_compose.yml
when: inventory_hostname == "mii"
tags:
- reload_compose