Added docker for aya01 and pi

changed password names

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2022-12-05 16:47:35 +01:00
parent 0ab1c043d6
commit ca1b586ee5
14 changed files with 129 additions and 27 deletions

View File

@@ -1,5 +1,7 @@
---
- include_tasks: install.yml
- include_tasks: user_group_setup.yml
- include_tasks: compose.yml
- include_tasks: pi_compose.yml
when: ansible_hostname == "pi"
- include_tasks: aya01_compose.yml
when: ansible_hostname == "aya01"