kubekey/builtin/capkk/roles/init/init-os/defaults/main.yaml
liujian 86ff6371b6
Uninstall docker interface (#2478)
Signed-off-by: joyceliu <joyceliu@yunify.com>
Co-authored-by: joyceliu <joyceliu@yunify.com>
2025-03-05 18:55:12 +08:00

12 lines
316 B
YAML

ntp:
servers: |
{{- with .cloud_config.ntp.servers }}
{{ . | toJson }}
{{- else }}
[ "cn.pool.ntp.org" ]
{{- end }}
enabled: |
{{ .cloud_config.ntp.enabled | default true }}
timezone: Asia/Shanghai
# set hostname by inventory_host's name which defined in inventory.yaml
set_hostname: true