feat(common): added iscsi for longhorn on k3s

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2025-09-07 18:17:33 +02:00
parent a1da69ac98
commit 48aec11d8c
4 changed files with 16 additions and 15 deletions

View File

@@ -3,10 +3,10 @@
hosts: k3s
gather_facts: true
roles:
# - role: common
# tags:
# - common
# when: inventory_hostname in groups["k3s_server"]
- role: common
tags:
- common
when: inventory_hostname in groups["k3s_server"]
- role: k3s_server
tags:
- k3s_server