k8s/inventory/prod/group_vars/all.yml
mrwho bbf954ba09 fix(k8s): update inventory configuration for production cluster
- set ansible_user to 'mrwho' and disable SSH password authentication
- upgrade k8s_version to 1.36 in all.yml (removed from control_plane.yml)
- reduce traefik ingress routes to only k8s-dashboard and longhorn-ui with HTTPS
- update host IP addresses to 172.20.21.x subnet
- configure longhorn disk for k8s-worker-01
2026-07-15 16:09:15 +03:00

8 lines
255 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"