e06e6895da
Trying to layer this package on Fedora 32 causes the install to crash and furthermore it looks like the original bug linked to in the comment has been resolved for Fedora 31
25 lines
742 B
YAML
25 lines
742 B
YAML
---
|
|
## CentOS/RHEL specific variables
|
|
# Use the fastestmirror yum plugin
|
|
centos_fastestmirror_enabled: false
|
|
|
|
## CoreOS specific variables
|
|
# Disable locksmithd or leave it in its current state
|
|
coreos_locksmithd_disable: false
|
|
|
|
## Oracle Linux specific variables
|
|
# Install public repo on Oracle Linux
|
|
use_oracle_public_repo: true
|
|
|
|
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
|
|
- conntrack-tools # required by kube-proxy
|
|
|
|
## General
|
|
# Set the hostname to inventory_hostname
|
|
override_system_hostname: true
|
|
|
|
is_fedora_coreos: false
|