2015-12-31 13:07:02 +00:00
|
|
|
---
|
2015-12-31 15:05:25 +00:00
|
|
|
local_release_dir: /tmp
|
2015-12-31 13:07:02 +00:00
|
|
|
|
2017-10-19 08:17:11 +00:00
|
|
|
# Used to only evaluate vars from download role
|
|
|
|
skip_downloads: false
|
|
|
|
|
2016-11-18 12:29:03 +00:00
|
|
|
# if this is set to true will only download files once. Doesn't work
|
2017-01-05 10:35:16 +00:00
|
|
|
# on Container Linux by CoreOS unless the download_localhost is true and localhost
|
2017-02-08 10:25:11 +00:00
|
|
|
# is running another OS type. Default compress level is 1 (fastest).
|
2016-05-18 04:30:01 +00:00
|
|
|
download_run_once: False
|
2017-02-08 10:25:11 +00:00
|
|
|
download_compress: 1
|
2016-11-18 12:29:03 +00:00
|
|
|
|
|
|
|
# if this is set to true, uses the localhost for download_run_once mode
|
|
|
|
# (requires docker and sudo to access docker). You may want this option for
|
2017-01-05 10:35:16 +00:00
|
|
|
# local caching of docker images or for Container Linux by CoreOS cluster nodes.
|
2016-11-18 12:29:03 +00:00
|
|
|
# Otherwise, uses the first node in the kube-master group to store images
|
|
|
|
# in the download_run_once mode.
|
|
|
|
download_localhost: False
|
2016-05-18 04:30:01 +00:00
|
|
|
|
2016-12-19 14:50:04 +00:00
|
|
|
# Always pull images if set to True. Otherwise check by the repo's tag/digest.
|
|
|
|
download_always_pull: False
|
|
|
|
|
2017-10-19 08:17:11 +00:00
|
|
|
# Use the first kube-master if download_localhost is not set
|
|
|
|
download_delegate: "{% if download_localhost %}localhost{% else %}{{groups['kube-master'][0]}}{% endif %}"
|
|
|
|
|
2016-01-19 14:23:19 +00:00
|
|
|
# Versions
|
2017-10-30 02:13:06 +00:00
|
|
|
kube_version: v1.8.2
|
2017-10-05 09:51:21 +00:00
|
|
|
kubeadm_version: "{{ kube_version }}"
|
2017-08-18 14:12:33 +00:00
|
|
|
etcd_version: v3.2.4
|
2017-08-24 09:09:52 +00:00
|
|
|
# TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
|
2016-07-04 15:16:18 +00:00
|
|
|
# after migration to container download
|
2017-08-28 20:23:29 +00:00
|
|
|
calico_version: "v2.5.0"
|
|
|
|
calico_ctl_version: "v1.5.0"
|
2017-08-07 15:33:37 +00:00
|
|
|
calico_cni_version: "v1.10.0"
|
|
|
|
calico_policy_version: "v0.7.0"
|
2017-10-14 08:51:48 +00:00
|
|
|
calico_rr_version: "v0.4.0"
|
2017-09-14 08:29:28 +00:00
|
|
|
weave_version: 2.0.4
|
2017-10-26 09:18:06 +00:00
|
|
|
flannel_version: "v0.9.0"
|
|
|
|
flannel_cni_version: "v0.3.0"
|
2016-10-14 21:46:44 +00:00
|
|
|
pod_infra_version: 3.0
|
2015-12-31 15:05:25 +00:00
|
|
|
|
2017-09-13 18:00:51 +00:00
|
|
|
# Download URLs
|
|
|
|
kubeadm_download_url: "https://storage.googleapis.com/kubernetes-release/release/{{ kubeadm_version }}/bin/linux/amd64/kubeadm"
|
2015-12-31 15:05:25 +00:00
|
|
|
|
2016-01-19 14:23:19 +00:00
|
|
|
# Checksums
|
2017-10-30 02:13:06 +00:00
|
|
|
kubeadm_checksum: "ea1c53b88e6e562c9c0ae4f523b56fa7f83850c4894f619a24c069e0130f417d"
|
2016-01-19 14:23:19 +00:00
|
|
|
|
2017-10-13 14:42:54 +00:00
|
|
|
istio_version: "0.2.6"
|
|
|
|
|
|
|
|
istioctl_download_url: "https://storage.googleapis.com/istio-release/releases/{{ istio_version }}/istioctl/istioctl-linux"
|
|
|
|
istioctl_checksum: fd703063c540b8c0ab943f478c05ab257d88ae27224c746a27d0526ddbf7c370
|
|
|
|
|
2017-10-19 08:17:11 +00:00
|
|
|
vault_version: 0.8.1
|
|
|
|
vault_binary_checksum: 3c4d70ba71619a43229e65c67830e30e050eab7a81ac6b28325ff707e5914188
|
|
|
|
vault_download_url: "https://releases.hashicorp.com/vault/{{ vault_version }}/vault_{{ vault_version }}_linux_amd64.zip"
|
|
|
|
vault_image_repo: "vault"
|
|
|
|
vault_image_tag: "{{ vault_version }}"
|
|
|
|
|
|
|
|
|
2016-09-14 12:30:57 +00:00
|
|
|
# Containers
|
|
|
|
etcd_image_repo: "quay.io/coreos/etcd"
|
|
|
|
etcd_image_tag: "{{ etcd_version }}"
|
|
|
|
flannel_image_repo: "quay.io/coreos/flannel"
|
|
|
|
flannel_image_tag: "{{ flannel_version }}"
|
2017-08-25 07:07:50 +00:00
|
|
|
flannel_cni_image_repo: "quay.io/coreos/flannel-cni"
|
|
|
|
flannel_cni_image_tag: "{{ flannel_cni_version }}"
|
2017-08-07 15:33:37 +00:00
|
|
|
calicoctl_image_repo: "quay.io/calico/ctl"
|
|
|
|
calicoctl_image_tag: "{{ calico_ctl_version }}"
|
|
|
|
calico_node_image_repo: "quay.io/calico/node"
|
2016-09-14 12:30:57 +00:00
|
|
|
calico_node_image_tag: "{{ calico_version }}"
|
2017-08-07 15:33:37 +00:00
|
|
|
calico_cni_image_repo: "quay.io/calico/cni"
|
2016-11-03 15:57:11 +00:00
|
|
|
calico_cni_image_tag: "{{ calico_cni_version }}"
|
2017-08-07 15:33:37 +00:00
|
|
|
calico_policy_image_repo: "quay.io/calico/kube-policy-controller"
|
2017-02-10 15:06:31 +00:00
|
|
|
calico_policy_image_tag: "{{ calico_policy_version }}"
|
2017-04-12 01:52:04 +00:00
|
|
|
calico_rr_image_repo: "quay.io/calico/routereflector"
|
2017-10-14 08:51:48 +00:00
|
|
|
calico_rr_image_tag: "{{ calico_rr_version }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
hyperkube_image_repo: "quay.io/coreos/hyperkube"
|
|
|
|
hyperkube_image_tag: "{{ kube_version }}_coreos.0"
|
2016-10-14 21:46:44 +00:00
|
|
|
pod_infra_image_repo: "gcr.io/google_containers/pause-amd64"
|
|
|
|
pod_infra_image_tag: "{{ pod_infra_version }}"
|
2017-09-04 08:30:18 +00:00
|
|
|
install_socat_image_repo: "xueshanf/install-socat"
|
|
|
|
install_socat_image_tag: "latest"
|
2017-04-21 11:00:00 +00:00
|
|
|
netcheck_version: "v1.0"
|
2017-01-19 10:56:14 +00:00
|
|
|
netcheck_agent_img_repo: "quay.io/l23network/k8s-netchecker-agent"
|
2017-04-21 11:00:00 +00:00
|
|
|
netcheck_agent_tag: "{{ netcheck_version }}"
|
2017-01-19 10:56:14 +00:00
|
|
|
netcheck_server_img_repo: "quay.io/l23network/k8s-netchecker-server"
|
2017-04-21 11:00:00 +00:00
|
|
|
netcheck_server_tag: "{{ netcheck_version }}"
|
2017-01-10 14:47:39 +00:00
|
|
|
weave_kube_image_repo: "weaveworks/weave-kube"
|
|
|
|
weave_kube_image_tag: "{{ weave_version }}"
|
|
|
|
weave_npc_image_repo: "weaveworks/weave-npc"
|
|
|
|
weave_npc_image_tag: "{{ weave_version }}"
|
2016-09-30 15:23:47 +00:00
|
|
|
|
2016-11-21 10:20:44 +00:00
|
|
|
nginx_image_repo: nginx
|
|
|
|
nginx_image_tag: 1.11.4-alpine
|
2017-10-05 16:31:04 +00:00
|
|
|
dnsmasq_version: 2.78
|
2016-11-21 10:20:44 +00:00
|
|
|
dnsmasq_image_repo: "andyshinn/dnsmasq"
|
|
|
|
dnsmasq_image_tag: "{{ dnsmasq_version }}"
|
2017-10-30 01:57:32 +00:00
|
|
|
kubedns_version: 1.14.7
|
2017-06-16 00:37:55 +00:00
|
|
|
kubedns_image_repo: "gcr.io/google_containers/k8s-dns-kube-dns-amd64"
|
2016-11-21 10:20:44 +00:00
|
|
|
kubedns_image_tag: "{{ kubedns_version }}"
|
2017-06-16 00:37:55 +00:00
|
|
|
dnsmasq_nanny_image_repo: "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64"
|
|
|
|
dnsmasq_nanny_image_tag: "{{ kubedns_version }}"
|
|
|
|
dnsmasq_sidecar_image_repo: "gcr.io/google_containers/k8s-dns-sidecar-amd64"
|
|
|
|
dnsmasq_sidecar_image_tag: "{{ kubedns_version }}"
|
|
|
|
kubednsautoscaler_version: 1.1.1
|
|
|
|
kubednsautoscaler_image_repo: "gcr.io/google_containers/cluster-proportional-autoscaler-amd64"
|
|
|
|
kubednsautoscaler_image_tag: "{{ kubednsautoscaler_version }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
test_image_repo: busybox
|
|
|
|
test_image_tag: latest
|
2017-01-26 23:33:01 +00:00
|
|
|
elasticsearch_version: "v2.4.1"
|
|
|
|
elasticsearch_image_repo: "gcr.io/google_containers/elasticsearch"
|
|
|
|
elasticsearch_image_tag: "{{ elasticsearch_version }}"
|
|
|
|
fluentd_version: "1.22"
|
|
|
|
fluentd_image_repo: "gcr.io/google_containers/fluentd-elasticsearch"
|
|
|
|
fluentd_image_tag: "{{ fluentd_version }}"
|
|
|
|
kibana_version: "v4.6.1"
|
|
|
|
kibana_image_repo: "gcr.io/google_containers/kibana"
|
|
|
|
kibana_image_tag: "{{ kibana_version }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
|
2017-03-17 11:56:25 +00:00
|
|
|
helm_version: "v2.2.2"
|
|
|
|
helm_image_repo: "lachlanevenson/k8s-helm"
|
|
|
|
helm_image_tag: "{{ helm_version }}"
|
|
|
|
tiller_version: "{{ helm_version }}"
|
|
|
|
tiller_image_repo: "gcr.io/kubernetes-helm/tiller"
|
|
|
|
tiller_image_tag: "{{ tiller_version }}"
|
|
|
|
|
2015-12-31 15:05:25 +00:00
|
|
|
downloads:
|
2016-09-30 15:23:47 +00:00
|
|
|
netcheck_server:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ deploy_netchecker }}"
|
2016-09-30 15:23:47 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ netcheck_server_img_repo }}"
|
2017-04-21 11:00:00 +00:00
|
|
|
tag: "{{ netcheck_server_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ netcheck_server_digest_checksum|default(None) }}"
|
2016-09-30 15:23:47 +00:00
|
|
|
netcheck_agent:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ deploy_netchecker }}"
|
2016-09-30 15:23:47 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ netcheck_agent_img_repo }}"
|
2017-04-21 11:00:00 +00:00
|
|
|
tag: "{{ netcheck_agent_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ netcheck_agent_digest_checksum|default(None) }}"
|
2016-05-22 22:25:52 +00:00
|
|
|
etcd:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: true
|
2017-09-25 06:52:36 +00:00
|
|
|
container: true
|
2016-09-14 12:30:57 +00:00
|
|
|
repo: "{{ etcd_image_repo }}"
|
|
|
|
tag: "{{ etcd_image_tag }}"
|
2017-09-26 09:38:58 +00:00
|
|
|
sha256: "{{ etcd_digest_checksum|default(None) }}"
|
2017-09-13 18:00:51 +00:00
|
|
|
kubeadm:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ kubeadm_enabled }}"
|
|
|
|
file: true
|
2017-09-13 18:00:51 +00:00
|
|
|
version: "{{ kubeadm_version }}"
|
|
|
|
dest: "kubeadm"
|
|
|
|
sha256: "{{ kubeadm_checksum }}"
|
|
|
|
source_url: "{{ kubeadm_download_url }}"
|
|
|
|
url: "{{ kubeadm_download_url }}"
|
|
|
|
unarchive: false
|
|
|
|
owner: "root"
|
|
|
|
mode: "0755"
|
2017-10-13 14:42:54 +00:00
|
|
|
istioctl:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ istio_enabled }}"
|
|
|
|
file: true
|
2017-10-13 14:42:54 +00:00
|
|
|
version: "{{ istio_version }}"
|
|
|
|
dest: "istio/istioctl"
|
|
|
|
sha256: "{{ istioctl_checksum }}"
|
|
|
|
source_url: "{{ istioctl_download_url }}"
|
|
|
|
url: "{{ istioctl_download_url }}"
|
|
|
|
unarchive: false
|
|
|
|
owner: "root"
|
|
|
|
mode: "0755"
|
2016-09-14 12:30:57 +00:00
|
|
|
hyperkube:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: true
|
2016-09-14 12:30:57 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ hyperkube_image_repo }}"
|
|
|
|
tag: "{{ hyperkube_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ hyperkube_digest_checksum|default(None) }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
flannel:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'flannel' or kube_network_plugin == 'canal' }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ flannel_image_repo }}"
|
|
|
|
tag: "{{ flannel_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ flannel_digest_checksum|default(None) }}"
|
2017-08-25 07:07:50 +00:00
|
|
|
flannel_cni:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'flannel' }}"
|
2017-08-25 07:07:50 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ flannel_cni_image_repo }}"
|
|
|
|
tag: "{{ flannel_cni_image_tag }}"
|
|
|
|
sha256: "{{ flannel_cni_digest_checksum|default(None) }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
calicoctl:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'calico' or kube_network_plugin == 'canal' }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ calicoctl_image_repo }}"
|
|
|
|
tag: "{{ calicoctl_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ calicoctl_digest_checksum|default(None) }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
calico_node:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'calico' or kube_network_plugin == 'canal' }}"
|
2016-09-14 12:30:57 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ calico_node_image_repo }}"
|
|
|
|
tag: "{{ calico_node_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ calico_node_digest_checksum|default(None) }}"
|
2016-11-03 15:57:11 +00:00
|
|
|
calico_cni:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'calico' or kube_network_plugin == 'canal' }}"
|
2016-11-03 15:57:11 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ calico_cni_image_repo }}"
|
|
|
|
tag: "{{ calico_cni_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ calico_cni_digest_checksum|default(None) }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
calico_policy:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ enable_network_policy or kube_network_plugin == 'canal' }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ calico_policy_image_repo }}"
|
|
|
|
tag: "{{ calico_policy_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ calico_policy_digest_checksum|default(None) }}"
|
2016-12-08 16:48:54 +00:00
|
|
|
calico_rr:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ peer_with_calico_rr is defined and peer_with_calico_rr}} and kube_network_plugin == 'calico'"
|
2016-12-08 16:48:54 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ calico_rr_image_repo }}"
|
|
|
|
tag: "{{ calico_rr_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ calico_rr_digest_checksum|default(None) }}"
|
2017-01-10 14:47:39 +00:00
|
|
|
weave_kube:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'weave' }}"
|
2017-01-10 14:47:39 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ weave_kube_image_repo }}"
|
|
|
|
tag: "{{ weave_kube_image_tag }}"
|
|
|
|
sha256: "{{ weave_kube_digest_checksum|default(None) }}"
|
|
|
|
weave_npc:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ kube_network_plugin == 'weave' }}"
|
2017-01-10 14:47:39 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ weave_npc_image_repo }}"
|
|
|
|
tag: "{{ weave_npc_image_tag }}"
|
|
|
|
sha256: "{{ weave_npc_digest_checksum|default(None) }}"
|
2016-10-14 21:46:44 +00:00
|
|
|
pod_infra:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: true
|
2016-10-14 21:46:44 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ pod_infra_image_repo }}"
|
|
|
|
tag: "{{ pod_infra_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ pod_infra_digest_checksum|default(None) }}"
|
2017-09-04 08:30:18 +00:00
|
|
|
install_socat:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ ansible_os_family in ['CoreOS', 'Container Linux by CoreOS'] }}"
|
2017-09-04 08:30:18 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ install_socat_image_repo }}"
|
|
|
|
tag: "{{ install_socat_image_tag }}"
|
|
|
|
sha256: "{{ install_socat_digest_checksum|default(None) }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
nginx:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: true
|
2016-11-21 10:20:44 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ nginx_image_repo }}"
|
|
|
|
tag: "{{ nginx_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ nginx_digest_checksum|default(None) }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
dnsmasq:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ dns_mode == 'dnsmasq_kubedns' }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ dnsmasq_image_repo }}"
|
|
|
|
tag: "{{ dnsmasq_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ dnsmasq_digest_checksum|default(None) }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
kubedns:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: true
|
2016-11-21 10:20:44 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ kubedns_image_repo }}"
|
|
|
|
tag: "{{ kubedns_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ kubedns_digest_checksum|default(None) }}"
|
2017-06-16 00:37:55 +00:00
|
|
|
dnsmasq_nanny:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: true
|
2017-06-16 00:37:55 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ dnsmasq_nanny_image_repo }}"
|
|
|
|
tag: "{{ dnsmasq_nanny_image_tag }}"
|
|
|
|
sha256: "{{ dnsmasq_nanny_digest_checksum|default(None) }}"
|
|
|
|
dnsmasq_sidecar:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: true
|
2017-06-16 00:37:55 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ dnsmasq_sidecar_image_repo }}"
|
|
|
|
tag: "{{ dnsmasq_sidecar_image_tag }}"
|
|
|
|
sha256: "{{ dnsmasq_sidecar_digest_checksum|default(None) }}"
|
|
|
|
kubednsautoscaler:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: true
|
2017-06-16 00:37:55 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ kubednsautoscaler_image_repo }}"
|
|
|
|
tag: "{{ kubednsautoscaler_image_tag }}"
|
|
|
|
sha256: "{{ kubednsautoscaler_digest_checksum|default(None) }}"
|
2016-11-21 10:20:44 +00:00
|
|
|
testbox:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: true
|
2016-11-21 10:20:44 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ test_image_repo }}"
|
|
|
|
tag: "{{ test_image_tag }}"
|
2016-12-19 14:50:04 +00:00
|
|
|
sha256: "{{ testbox_digest_checksum|default(None) }}"
|
2017-01-26 23:33:01 +00:00
|
|
|
elasticsearch:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ efk_enabled }}"
|
2017-01-26 23:33:01 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ elasticsearch_image_repo }}"
|
|
|
|
tag: "{{ elasticsearch_image_tag }}"
|
|
|
|
sha256: "{{ elasticsearch_digest_checksum|default(None) }}"
|
|
|
|
fluentd:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ efk_enabled }}"
|
2017-01-26 23:33:01 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ fluentd_image_repo }}"
|
|
|
|
tag: "{{ fluentd_image_tag }}"
|
|
|
|
sha256: "{{ fluentd_digest_checksum|default(None) }}"
|
|
|
|
kibana:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ efk_enabled }}"
|
2017-01-26 23:33:01 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ kibana_image_repo }}"
|
|
|
|
tag: "{{ kibana_image_tag }}"
|
|
|
|
sha256: "{{ kibana_digest_checksum|default(None) }}"
|
2017-03-17 11:56:25 +00:00
|
|
|
helm:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ helm_enabled }}"
|
2017-03-17 11:56:25 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ helm_image_repo }}"
|
|
|
|
tag: "{{ helm_image_tag }}"
|
|
|
|
sha256: "{{ helm_digest_checksum|default(None) }}"
|
|
|
|
tiller:
|
2017-10-19 08:17:11 +00:00
|
|
|
enabled: "{{ helm_enabled }}"
|
2017-03-17 11:56:25 +00:00
|
|
|
container: true
|
|
|
|
repo: "{{ tiller_image_repo }}"
|
|
|
|
tag: "{{ tiller_image_tag }}"
|
|
|
|
sha256: "{{ tiller_digest_checksum|default(None) }}"
|
2017-10-19 08:17:11 +00:00
|
|
|
vault:
|
|
|
|
enabled: "{{ cert_management == 'vault' }}"
|
|
|
|
container: "{{ vault_deployment_type != 'host' }}"
|
|
|
|
file: "{{ vault_deployment_type == 'host' }}"
|
|
|
|
dest: "vault/vault_{{ vault_version }}_linux_amd64.zip"
|
|
|
|
mode: "0755"
|
|
|
|
owner: "vault"
|
|
|
|
repo: "{{ vault_image_repo }}"
|
|
|
|
sha256: "{{ vault_binary_checksum if vault_deployment_type == 'host' else vault_digest_checksum|d(none) }}"
|
|
|
|
source_url: "{{ vault_download_url }}"
|
|
|
|
tag: "{{ vault_image_tag }}"
|
|
|
|
unarchive: true
|
|
|
|
url: "{{ vault_download_url }}"
|
|
|
|
version: "{{ vault_version }}"
|
2016-05-22 22:25:52 +00:00
|
|
|
|
2017-10-19 08:17:11 +00:00
|
|
|
download_defaults:
|
|
|
|
container: false
|
|
|
|
file: false
|
|
|
|
repo: None
|
|
|
|
tag: None
|
|
|
|
enabled: false
|
|
|
|
dest: None
|
|
|
|
version: None
|
|
|
|
url: None
|
|
|
|
unarchive: false
|
|
|
|
owner: kube
|
|
|
|
mode: None
|