blob: 823160437b3c794298bcfdc2b8cda0d78803de51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
---
vnc_passwd: samsung
simulated_hosts:
http:
- repo.infra-server
nexus:
- docker.elastic.co
- docker.io
- index.docker.io
- gcr.io
- k8s.gcr.io
- nexus.{{ ansible_nodename }}
- nexus3.onap.org
- quay.io
- registry-1.docker.io
- registry.hub.docker.com
- ghcr.io
all_simulated_hosts:
"{{ simulated_hosts.http + simulated_hosts.nexus }}"
populate_nexus: false
helm_bin_dir: /usr/local/bin
helm_version: v3.6.3
helm3_push_version: 0.9.0
rke_kubernetes_version: v1.19.14-rancher1-2
vnc_server_image: consol/ubuntu-icewm-vnc:1.4.0
nexus3_image: sonatype/nexus3:3.15.2
dns_server_image: andyshinn/dnsmasq:2.76
nginx_server_image: own_nginx:2.0.0
chartmuseum_server_image: chartmuseum/chartmuseum
kube_prometheus_stack_enabled: false
kube_prometheus_stack_version: 18.0.4
cert_manager_version: 1.5.4
|