From f9211dfa244e0edf1ba675bc865b4392263cedbe Mon Sep 17 00:00:00 2001 From: il Date: Wed, 8 Apr 2026 14:34:05 +0900 Subject: [PATCH] inventory: update host_vars/console.yaml to add the hostname of console in local_san to fix sudo speed problem --- ansible/inventory/host_vars/console.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/inventory/host_vars/console.yaml b/ansible/inventory/host_vars/console.yaml index fc46ece..0bfc7f6 100644 --- a/ansible/inventory/host_vars/console.yaml +++ b/ansible/inventory/host_vars/console.yaml @@ -21,5 +21,6 @@ node: config_path: "{{ node.homelab_path }}/config" ssh_san: "console,console.ilnmors.internal" ssh_users: "vmm,fw,infra,auth,app" - local_san: "localhost console.ilnmors.internal" + # add the hostname of wsl, it is needed to improve the sudo problem + local_san: "localhost console.ilnmors.internal surface" # ansible_python_interpreter: "{{ ansible_playbook_python }}"