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 }}"