2016-02-19 17:48:53 +00:00
|
|
|
---
|
2019-04-23 22:46:02 +00:00
|
|
|
## CentOS/RHEL specific variables
|
|
|
|
# Use the fastestmirror yum plugin
|
|
|
|
centos_fastestmirror_enabled: false
|
2019-02-11 21:27:02 +00:00
|
|
|
|
2019-04-23 22:46:02 +00:00
|
|
|
## CoreOS specific variables
|
|
|
|
# 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
|
|
|
|
- libselinux-python3
|
|
|
|
- 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
|