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