TuDatTr ca1b586ee5 Added docker for aya01 and pi
changed password names

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
2022-12-05 16:47:35 +01:00

8 lines
207 B
YAML

---
- include_tasks: install.yml
- include_tasks: user_group_setup.yml
- include_tasks: pi_compose.yml
when: ansible_hostname == "pi"
- include_tasks: aya01_compose.yml
when: ansible_hostname == "aya01"