mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
Signed-off-by: joyceliu <joyceliu@yunify.com> Co-authored-by: joyceliu <joyceliu@yunify.com>
17 lines
239 B
YAML
17 lines
239 B
YAML
---
|
|
- hosts:
|
|
- localhost
|
|
vars_files:
|
|
- vars/upgrade_kernel.yaml
|
|
tags: ["always"]
|
|
roles:
|
|
- os/init-kernel
|
|
|
|
- hosts:
|
|
- os
|
|
vars_files:
|
|
- vars/upgrade_kernel.yaml
|
|
tags: ["always"]
|
|
roles:
|
|
- os/upgrade-kernel
|