2015-12-30 16:11:33 +00:00
|
|
|
---
|
2016-01-21 12:19:02 +00:00
|
|
|
run_gitinfos: false
|
|
|
|
|
2016-10-14 21:46:44 +00:00
|
|
|
epel_rpm_download_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
|
|
|
|
|
2015-12-31 13:07:02 +00:00
|
|
|
common_required_pkgs:
|
2015-12-30 21:15:18 +00:00
|
|
|
- python-httplib2
|
2015-12-31 13:07:02 +00:00
|
|
|
- openssl
|
|
|
|
- curl
|
2016-01-09 09:45:50 +00:00
|
|
|
- rsync
|
2016-02-11 22:08:16 +00:00
|
|
|
- bash-completion
|
2016-09-14 19:27:33 +00:00
|
|
|
- socat
|
2017-02-08 21:41:36 +00:00
|
|
|
- unzip
|
2015-12-31 13:07:02 +00:00
|
|
|
|
2016-08-08 10:59:20 +00:00
|
|
|
# Set to true if your network does not support IPv6
|
|
|
|
# This maybe necessary for pulling Docker images from
|
|
|
|
# GCE docker repository
|
|
|
|
disable_ipv6_dns: false
|
2016-03-29 12:50:22 +00:00
|
|
|
|
2016-12-27 15:39:00 +00:00
|
|
|
kube_cert_group: kube-cert
|
|
|
|
kube_config_dir: /etc/kubernetes
|
2016-03-29 12:50:22 +00:00
|
|
|
|
|
|
|
# For the openstack integration kubelet will need credentials to access
|
|
|
|
# openstack apis like nova and cinder. Per default this values will be
|
|
|
|
# read from the environment.
|
|
|
|
openstack_auth_url: "{{ lookup('env','OS_AUTH_URL') }}"
|
|
|
|
openstack_username: "{{ lookup('env','OS_USERNAME') }}"
|
|
|
|
openstack_password: "{{ lookup('env','OS_PASSWORD') }}"
|
|
|
|
openstack_region: "{{ lookup('env','OS_REGION_NAME') }}"
|
2017-01-27 15:47:59 +00:00
|
|
|
openstack_tenant_id: "{{ lookup('env','OS_TENANT_ID')|default(lookup('env','OS_PROJECT_ID'),true) }}"
|
2016-11-09 10:31:12 +00:00
|
|
|
|
2017-01-05 10:35:16 +00:00
|
|
|
# Container Linux by CoreOS cloud init config file to define /etc/resolv.conf content
|
2016-12-07 15:57:05 +00:00
|
|
|
# for hostnet pods and infra needs
|
|
|
|
resolveconf_cloud_init_conf: /etc/resolveconf_cloud_init.conf
|
2016-11-07 11:11:16 +00:00
|
|
|
|
|
|
|
# For the vSphere integration kubelet will need credentials to access
|
|
|
|
# the api. Per default this values will be
|
|
|
|
# read from the environment.
|
|
|
|
vsphere_username: "{{ lookup('env', VSPHERE_USERNAME ) }}"
|
|
|
|
vsphere_password: "{{ lookup('env', VSPHERE_PASSWORD ) }}"
|
|
|
|
vsphere_server: "{{ lookup('env', VSPHERE_SERVER ) }}"
|
|
|
|
vsphere_datacenter: "{{ lookup('env', VSPHERE_DATACENTER ) }}"
|
|
|
|
vsphere_datastore: "{{ lookup('env', VSPHERE_DATASTORE ) }}"
|
|
|
|
vsphere_working_dir: "{{ lookup('env', VSPHERE_WORKING_DIR ) }}"
|