- 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
9 lines
299 B
YAML
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"
|