From cd3c4d86ffb416484a1092f2b52a95e6caa80ae7 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Sat, 6 Dec 2025 15:09:12 +0100 Subject: [PATCH] install socat package to enable kubectl port-forward --- ansible/arcodange/factory/playbooks/01_system.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/arcodange/factory/playbooks/01_system.yml b/ansible/arcodange/factory/playbooks/01_system.yml index db55d7d..07bb615 100644 --- a/ansible/arcodange/factory/playbooks/01_system.yml +++ b/ansible/arcodange/factory/playbooks/01_system.yml @@ -116,6 +116,12 @@ type: collection name: git+https://github.com/k3s-io/k3s-ansible run_once: true + + - name: Install socat for kubectl port forwarding + ansible.builtin.apt: + name: socat + state: present + update_cache: yes - name: k3s tags: never,k3s