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.

55 lines
1.4 KiB

  1. ---
  2. # Set to true to allow pre-checks to fail and continue deployment
  3. ignore_assert_errors: false
  4. epel_enabled: false
  5. dns_late: false
  6. common_required_pkgs:
  7. - "{{ (ansible_distribution == 'openSUSE Tumbleweed') | ternary('openssl-1_1', 'openssl') }}"
  8. - curl
  9. - rsync
  10. - socat
  11. - unzip
  12. - e2fsprogs
  13. - xfsprogs
  14. - ebtables
  15. # Set to true if your network does not support IPv6
  16. # This maybe necessary for pulling Docker images from
  17. # GCE docker repository
  18. disable_ipv6_dns: false
  19. kube_cert_group: kube-cert
  20. kube_config_dir: /etc/kubernetes
  21. kube_cert_dir: "{{ kube_config_dir }}/ssl"
  22. kube_cert_compat_dir: /etc/kubernetes/pki
  23. kubelet_flexvolumes_plugins_dir: /usr/libexec/kubernetes/kubelet-plugins/volume/exec
  24. # Flatcar Container Linux by Kinvolk cloud init config file to define /etc/resolv.conf content
  25. # for hostnet pods and infra needs
  26. resolveconf_cloud_init_conf: /etc/resolveconf_cloud_init.conf
  27. # All inventory hostnames will be written into each /etc/hosts file.
  28. populate_inventory_to_hosts_file: true
  29. sysctl_file_path: "/etc/sysctl.d/99-sysctl.conf"
  30. etc_hosts_localhost_entries:
  31. 127.0.0.1:
  32. expected:
  33. - localhost
  34. - localhost.localdomain
  35. ::1:
  36. expected:
  37. - localhost6
  38. - localhost6.localdomain
  39. unexpected:
  40. - localhost
  41. - localhost.localdomain
  42. # Minimal memory requirement in MB for safety checks
  43. minimal_node_memory_mb: 1024
  44. minimal_master_memory_mb: 1500
  45. yum_repo_dir: /etc/yum.repos.d