-
Notifications
You must be signed in to change notification settings - Fork 35
/
defaults.yml
60 lines (53 loc) · 1.29 KB
/
defaults.yml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
cloud: aws
platform: k8s
clusters: 1
nodes: 3
#ssh_pub_key: "ssh-rsa XXXXXXXXXXXXXXXXXXXXXX user@example"
k8s_version: 1.28.9
px_version: 3.1.2
stop_after: 6
post_script: show-ip
quiet: false
tags: "project=pxdeploy"
aws_region: eu-west-1
aws_type: t3.large
aws_ebs: "gp2:50"
aws_access_key_id: ""
aws_secret_access_key: ""
eks_version: "1.28"
#aws_ebs: "gp2:20 standard:30"
gcp_region: europe-north1
gcp_zone: b
gcp_type: n1-standard-4
gcp_disks: "pd-standard:50"
gke_version: "1.28.14"
#gcp_disks: "pd-standard:20 pd-ssd:30"
#gcp_project: "px-deploy"
azure_region: uksouth
azure_type: Standard_B2ms
azure_disks: "Standard_LRS:50"
#azure_disks: "Standard_LRS:50 Premium_LRS:50"
azure_client_secret: ""
azure_client_id: ""
azure_tenant_id: ""
azure_subscription_id: ""
aks_version: "1.28"
vsphere_host: ""
vsphere_compute_resource: ""
vsphere_resource_pool: ""
vsphere_datacenter: ""
vsphere_user: ""
vsphere_password: ""
vsphere_template: "pxdeploy-template"
vsphere_datastore: ""
vsphere_disks: "64"
vsphere_network: ""
vsphere_memory: 8
vsphere_cpu: 2
vsphere_repo: "https://px-deploy.s3.eu-west-1.amazonaws.com/templates/"
#vsphere_folder: ""
ocp4_domain: ""
ocp4_version: 4.14.16
ocp4_pull_secret: ""
#env:
# licenses: "XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX ..."