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