inventory: update host_vars/console.yaml to add the hostname of console in local_san to fix sudo speed problem

This commit is contained in:
2026-04-08 14:34:05 +09:00
parent 8713631e0b
commit f9211dfa24

View File

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