feat(config): add option to prevent overriding system hostname

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-12 02:06:45 +08:00
parent 545a9cdca7
commit b45e5ca63b

View File

@ -134,4 +134,7 @@ ntp_servers:
unsafe_show_logs: false unsafe_show_logs: false
## If enabled it will allow kubespray to attempt setup even if the distribution is not supported. For unsupported distributions this can lead to unexpected failures in some cases. ## If enabled it will allow kubespray to attempt setup even if the distribution is not supported. For unsupported distributions this can lead to unexpected failures in some cases.
allow_unsupported_distribution_setup: false allow_unsupported_distribution_setup: false
## Do not override system hostname
override_system_hostname: false