feat(environment): VMware network config, DNS resolvers, and SSH switchover

This commit is contained in:
2026-03-12 07:43:46 +01:00
parent 335534176f
commit 54ffe5ff91
3 changed files with 47 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
---
- name: Configure work environment
become: "{{ hypervisor_type != 'vmware' }}"
become: "{{ (hypervisor_type | default('none')) != 'vmware' }}"
block:
- name: Detect and validate live environment
ansible.builtin.include_tasks: _detect_live.yml