From b45e5ca63b78e525e1ddb8b8a1c35a9f8fe35244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=8C=AF=E5=AE=87?= <> Date: Sun, 12 Jan 2025 02:06:45 +0800 Subject: [PATCH] feat(config): add option to prevent overriding system hostname MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙振宇 <> --- cluster/ansible/manifests/group_vars/all/all.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cluster/ansible/manifests/group_vars/all/all.yml b/cluster/ansible/manifests/group_vars/all/all.yml index d0227974..d0e85006 100644 --- a/cluster/ansible/manifests/group_vars/all/all.yml +++ b/cluster/ansible/manifests/group_vars/all/all.yml @@ -134,4 +134,7 @@ ntp_servers: 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. -allow_unsupported_distribution_setup: false \ No newline at end of file +allow_unsupported_distribution_setup: false + +## Do not override system hostname +override_system_hostname: false \ No newline at end of file