kubekey/builtin/core/playbooks/artifact_export.yaml
liujian 3885b443ac
fix: change builtin/core architectures (#2718)
Signed-off-by: redscholar <blacktiledhouse@gmail.com>
2025-08-22 21:59:40 +08:00

18 lines
373 B
YAML

---
# Load default variables and perform prechecks on all hosts
- hosts:
- all
gather_facts: true
roles:
- defaults
# Download all required software and generate certificates on the localhost
- hosts:
- localhost
roles:
- download
tasks:
- name: Export artifact
command: |
cd {{ .binary_dir }} && tar -czvf {{ .artifact_file }} *