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.

48 lines
1.1 KiB

  1. ---
  2. run_gitinfos: false
  3. # Set to true to allow pre-checks to fail and continue deployment
  4. ignore_assert_errors: false
  5. epel_enabled: false
  6. common_required_pkgs:
  7. - python-httplib2
  8. - "{{ (ansible_distribution == 'openSUSE Tumbleweed') | ternary('openssl-1_1', 'openssl') }}"
  9. - curl
  10. - rsync
  11. - bash-completion
  12. - socat
  13. - unzip
  14. # Set to true if your network does not support IPv6
  15. # This maybe necessary for pulling Docker images from
  16. # GCE docker repository
  17. disable_ipv6_dns: false
  18. kube_cert_group: kube-cert
  19. kube_config_dir: /etc/kubernetes
  20. # Container Linux by CoreOS cloud init config file to define /etc/resolv.conf content
  21. # for hostnet pods and infra needs
  22. resolveconf_cloud_init_conf: /etc/resolveconf_cloud_init.conf
  23. # All inventory hostnames will be written into each /etc/hosts file.
  24. populate_inventory_to_hosts_file: true
  25. preinstall_selinux_state: permissive
  26. sysctl_file_path: "/etc/sysctl.d/99-sysctl.conf"
  27. etc_hosts_localhost_entries:
  28. 127.0.0.1:
  29. expected:
  30. - localhost
  31. - localhost.localdomain
  32. ::1:
  33. expected:
  34. - localhost6
  35. - localhost6.localdomain
  36. unexpected:
  37. - localhost
  38. - localhost.localdomain