From 5c2df984b4a9cb8ab680b89c70b00e229f683382 Mon Sep 17 00:00:00 2001 From: piny940 <83708535+piny940@users.noreply.github.com> Date: Sat, 22 Feb 2025 22:47:18 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=A2?= =?UTF-8?q?=E3=82=A6=E3=83=88=E3=82=92=E5=A4=96=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/home-cluster/cluster.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/home-cluster/cluster.yaml b/ansible/home-cluster/cluster.yaml index e92e6263..afaf22d4 100644 --- a/ansible/home-cluster/cluster.yaml +++ b/ansible/home-cluster/cluster.yaml @@ -5,9 +5,9 @@ roles: - { role: k0sctl, tags: k0sctl } - { role: k0s, tags: k0s } - # - { role: pre_install, tags: pre_install } - # - { role: helm, tags: helm } - # - { role: cli, tags: cli } + - { role: pre_install, tags: pre_install } + - { role: helm, tags: helm } + - { role: cli, tags: cli } vars_files: - vars/hosts.yaml - vars/kubernetes.yaml