mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Fix uniontech os installation failure (#9862)
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
@@ -107,3 +107,32 @@ ntp_force_sync_immediately: false
|
||||
|
||||
# Set the timezone for your server. eg: "Etc/UTC","Etc/GMT-8". If not set, the timezone will not change.
|
||||
ntp_timezone: ""
|
||||
|
||||
# Currently known os distributions
|
||||
supported_os_distributions:
|
||||
- 'RedHat'
|
||||
- 'CentOS'
|
||||
- 'Fedora'
|
||||
- 'Ubuntu'
|
||||
- 'Debian'
|
||||
- 'Flatcar'
|
||||
- 'Flatcar Container Linux by Kinvolk'
|
||||
- 'Suse'
|
||||
- 'openSUSE Leap'
|
||||
- 'openSUSE Tumbleweed'
|
||||
- 'ClearLinux'
|
||||
- 'OracleLinux'
|
||||
- 'AlmaLinux'
|
||||
- 'Rocky'
|
||||
- 'Amazon'
|
||||
- 'Kylin Linux Advanced Server'
|
||||
- 'UnionTech'
|
||||
- 'UniontechOS'
|
||||
- 'openEuler'
|
||||
|
||||
# Extending some distributions into the redhat os family
|
||||
redhat_os_family_extensions:
|
||||
- "Kylin Linux Advanced Server"
|
||||
- "openEuler"
|
||||
- "UnionTech"
|
||||
- "UniontechOS"
|
||||
|
||||
Reference in New Issue
Block a user