mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
17 lines
259 B
YAML
17 lines
259 B
YAML
---
|
|
- import_playbook: hook/pre_install.yaml
|
|
|
|
- hosts:
|
|
- localhost
|
|
roles:
|
|
- init/init-artifact
|
|
- init/init-cert
|
|
|
|
- hosts:
|
|
- image_registry
|
|
gather_facts: true
|
|
roles:
|
|
- install/image-registry
|
|
|
|
- import_playbook: hook/post_install.yaml
|