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