mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
12 lines
203 B
YAML
12 lines
203 B
YAML
---
|
|
# Load default variables and perform prechecks on all hosts
|
|
- hosts:
|
|
- all
|
|
gather_facts: true
|
|
roles:
|
|
- defaults
|
|
|
|
- hosts:
|
|
- image_registry
|
|
roles:
|
|
- role: uninstall/image-registry |