kubekey/builtin/core/playbooks/host_check.yaml
liujian 9c87926929
feat: add web api (#2591)
Signed-off-by: joyceliu <joyceliu@yunify.com>
2025-05-26 09:36:13 +00:00

8 lines
143 B
YAML

- name: Check Connect
hosts:
- all
gather_facts: true
tasks:
- name: get_arch
debug:
msg: "{{ .os.architecture }}"