2016-02-20 01:48:53 +08:00
|
|
|
---
|
2019-04-24 06:46:02 +08:00
|
|
|
## CentOS/RHEL specific variables
|
|
|
|
# Use the fastestmirror yum plugin
|
|
|
|
centos_fastestmirror_enabled: false
|
2019-02-12 05:27:02 +08:00
|
|
|
|
2020-08-28 17:28:53 +08:00
|
|
|
## Flatcar Container Linux specific variables
|
2019-04-24 06:46:02 +08:00
|
|
|
# Disable locksmithd or leave it in its current state
|
|
|
|
coreos_locksmithd_disable: false
|
|
|
|
|
2020-03-14 21:28:34 +08:00
|
|
|
## Oracle Linux specific variables
|
|
|
|
# Install public repo on Oracle Linux
|
|
|
|
use_oracle_public_repo: true
|
|
|
|
|
2020-03-17 18:12:21 +08:00
|
|
|
fedora_coreos_packages:
|
|
|
|
- python
|
2020-09-07 17:27:41 +08:00
|
|
|
- python3-libselinux
|
2020-03-17 18:12:21 +08:00
|
|
|
- ethtool # required in kubeadm preflight phase for verifying the environment
|
|
|
|
- ipset # required in kubeadm preflight phase for verifying the environment
|
2020-04-11 14:51:47 +08:00
|
|
|
- conntrack-tools # required by kube-proxy
|
2020-03-17 18:12:21 +08:00
|
|
|
|
2019-04-24 06:46:02 +08:00
|
|
|
## General
|
|
|
|
# Set the hostname to inventory_hostname
|
|
|
|
override_system_hostname: true
|
2020-04-01 22:25:28 +08:00
|
|
|
|
2020-04-11 14:51:47 +08:00
|
|
|
is_fedora_coreos: false
|
2020-10-21 14:22:19 +08:00
|
|
|
|
|
|
|
skip_http_proxy_on_os_packages: false
|