k8s/inventory/prod/group_vars/all.yml
mrwho 6eb920ae0d feat(longhorn): update API versions to v1beta2 and add python3.14 venv support
- Update Longhorn Node API versions from v1beta1 to v1beta2 in disk management tasks
- Add venv_path configuration and set ansible_python_interpreter to use virtual environment
- Introduce python3.14-venv.yml task and python314_venv role for Python virtual environment setup
2026-07-21 12:05:39 +03:00

9 lines
299 B
YAML

---
#ansible_user: "{{ lookup('env', 'ANSIBLE_SSH_USER') | default('ansible') }}"
ansible_user: mrwho
ansible_become: true
#ansible_become_method: sudo
#ansible_become_pass: "{{ lookup('env', 'ANSIBLE_BECOME_PASS') | default(omit) }}"
k8s_version: "1.36"
venv_path: "/home/{{ ansible_user }}/.venv"