mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
feat: add export copy func feat: add export copy func Signed-off-by: xuesongzuo@yunify.com <xuesongzuo@yunify.com>
20 lines
312 B
YAML
20 lines
312 B
YAML
---
|
|
- hosts:
|
|
- all
|
|
roles:
|
|
- native/root
|
|
# 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
|
|
- copy
|
|
|