b371e246a9
Added backblaze (todo documentation) Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
8 lines
211 B
YAML
8 lines
211 B
YAML
---
|
|
- include_tasks: install.yml
|
|
- include_tasks: user_group_setup.yml
|
|
- include_tasks: pi_compose.yml
|
|
when: inventory_hostname == "pi"
|
|
- include_tasks: aya01_compose.yml
|
|
when: inventory_hostname == "aya01"
|