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.

34 lines
1.1 KiB

  1. ---
  2. run_gitinfos: false
  3. epel_rpm_download_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
  4. common_required_pkgs:
  5. - python-httplib2
  6. - openssl
  7. - curl
  8. - rsync
  9. - bash-completion
  10. - socat
  11. # Set to true if your network does not support IPv6
  12. # This maybe necessary for pulling Docker images from
  13. # GCE docker repository
  14. disable_ipv6_dns: false
  15. # For the openstack integration kubelet will need credentials to access
  16. # openstack apis like nova and cinder. Per default this values will be
  17. # read from the environment.
  18. openstack_auth_url: "{{ lookup('env','OS_AUTH_URL') }}"
  19. openstack_username: "{{ lookup('env','OS_USERNAME') }}"
  20. openstack_password: "{{ lookup('env','OS_PASSWORD') }}"
  21. openstack_region: "{{ lookup('env','OS_REGION_NAME') }}"
  22. openstack_tenant_id: "{{ lookup('env','OS_TENANT_ID')|default(lookup('env','OS_PROJECT_ID'),true) }}"
  23. # All clients access each node individually, instead of using a load balancer.
  24. etcd_multiaccess: true
  25. # Container Linux by CoreOS cloud init config file to define /etc/resolv.conf content
  26. # for hostnet pods and infra needs
  27. resolveconf_cloud_init_conf: /etc/resolveconf_cloud_init.conf