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