mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
18 lines
232 B
YAML
18 lines
232 B
YAML
---
|
|
# Load default variables and perform prechecks on all hosts
|
|
- hosts:
|
|
- all
|
|
gather_facts: true
|
|
roles:
|
|
- defaults
|
|
|
|
- hosts:
|
|
- localhost
|
|
roles:
|
|
- cert/init
|
|
|
|
- hosts:
|
|
- all
|
|
roles:
|
|
- role: certs/renew
|