2de6a5676d
* remove podman cni plugin * configure networkamanger global dns * allow installation of python3-libselinux by disabling update repo temporary * remove ipv4 section because it is not a valid configuration
25 lines
759 B
YAML
25 lines
759 B
YAML
---
|
|
## CentOS/RHEL specific variables
|
|
# Use the fastestmirror yum plugin
|
|
centos_fastestmirror_enabled: false
|
|
|
|
## Flatcar Container Linux 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
|
|
- python3-libselinux
|
|
- 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
|