You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
798 B

  1. ---
  2. ## CentOS/RHEL specific variables
  3. # Use the fastestmirror yum plugin
  4. centos_fastestmirror_enabled: false
  5. ## Flatcar Container Linux specific variables
  6. # Disable locksmithd or leave it in its current state
  7. coreos_locksmithd_disable: false
  8. ## Oracle Linux specific variables
  9. # Install public repo on Oracle Linux
  10. use_oracle_public_repo: true
  11. fedora_coreos_packages:
  12. - python
  13. - python3-libselinux
  14. - ethtool # required in kubeadm preflight phase for verifying the environment
  15. - ipset # required in kubeadm preflight phase for verifying the environment
  16. - conntrack-tools # required by kube-proxy
  17. ## General
  18. # Set the hostname to inventory_hostname
  19. override_system_hostname: true
  20. is_fedora_coreos: false
  21. skip_http_proxy_on_os_packages: false