2022-11-30 23:49:07 +01:00
|
|
|
---
|
|
|
|
- include_tasks: install.yml
|
|
|
|
- include_tasks: user_group_setup.yml
|
2022-12-05 16:47:35 +01:00
|
|
|
- include_tasks: pi_compose.yml
|
2022-12-06 16:36:21 +01:00
|
|
|
when: inventory_hostname == "pi"
|
2022-12-10 03:21:11 +01:00
|
|
|
tags:
|
|
|
|
- reload_compose
|
2022-12-05 16:47:35 +01:00
|
|
|
- include_tasks: aya01_compose.yml
|
2022-12-06 16:36:21 +01:00
|
|
|
when: inventory_hostname == "aya01"
|
2022-12-10 03:21:11 +01:00
|
|
|
tags:
|
|
|
|
- reload_compose
|
2023-04-13 18:43:32 +02:00
|
|
|
- include_tasks: mii_compose.yml
|
|
|
|
when: inventory_hostname == "mii"
|
|
|
|
tags:
|
|
|
|
- reload_compose
|