Refactor(defaults): centralize bootstrap_os defaults (#13155)

This commit is contained in:
Yang-Ming Lin
2026-04-09 11:05:38 +08:00
committed by GitHub
parent f0c965f1ed
commit 00a0479078
3 changed files with 8 additions and 4 deletions

View File

@@ -20,6 +20,10 @@ openeuler_metalink_enabled: false
# Install public repo on Oracle Linux
use_oracle_public_repo: true
## RHEL specific variables
# Enable RHEL subscription repos
rhel_enable_repos: true
## Ubuntu specific variables
# Disable unattended-upgrades for Linux kernel and all packages start with linux- on Ubuntu
ubuntu_kernel_unattended_upgrades_disabled: false