Merge pull request #19 from svc-design/codex/修复---masters---nodes-未获取ip

Fix GPU Kubernetes IP resolution
This commit is contained in:
shenlan 2025-06-25 23:07:52 +08:00 committed by GitHub
commit 8f444a4584
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,10 @@
{{ (node_ips | default([])) | length > 0
| ternary(node_ips,
nodes | default([]) | map('extract', hostvars, 'ansible_host') | list) }}
delegate_to: "{{ ops_host | default(masters | default(master_ips) | first) }}"
delegate_facts: true
run_once: true
become: false
- name: Install sealos CLI