File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ artifacts/**
15
15
** /inventory /hostsdocs.old
16
16
** /inventory /hosts.yml
17
17
.cache
18
- ! cluster /inventory /hosts
18
+ cluster /inventory /hosts
19
+ ! cluster /inventory /hosts /hosts.example
19
20
cluster /inventory /host_vars /*
20
21
! cluster /inventory /host_vars /cloud-vars.example
21
22
! hosts.yaml.example
Original file line number Diff line number Diff line change 1
1
# DONT CHANGE THIS
2
2
ansible_host: localhost
3
+
3
4
#The OpenShift API Server
4
5
api_server: <OpenShift API SERVER>
6
+
5
7
#The OpenShift Admin User to use for installing operators
6
8
# When doing for first time usually kubeadmin
7
9
openshift_admin_user: <OpenShift Admin User>
10
+
8
11
#The OpenShift Admin User password, when doing for first time
9
12
#this is usually kubeadmin password
10
13
openshift_admin_password: <OpenShift Admin User Password>
14
+
11
15
#The OpenShift Cloud Profile azr, aws, gcp or ibm
12
16
cloud_profile: <Cloud Profile>
17
+
13
18
#If creating extra admin user the password to use
14
19
ocpadmin_password: adminPa55word!
20
+
15
21
#If creating extra users,the user default password
16
22
user_password: pa55word!
23
+
17
24
#####################
18
25
### Hybrid Cloud Application Configuration
19
26
#####################
20
27
#type of backend application knative or vanilla
21
28
backend_type: knative
29
+
22
30
#The application components that cloud will be tagged to
23
31
#backend and frontend:
24
32
#tiers: ["frontend","backend]
25
33
#only backend:
26
34
#tiers: ["backend"]
27
35
tiers: ["backend"]
36
+
28
37
#The Cloud where Skupper Site token will be created
29
38
#possible values yes or no
30
39
create_site_token: no
Original file line number Diff line number Diff line change 1
1
;Google Cloud
2
- ; gcp
2
+ gcp
3
3
;AWS
4
4
;aws
5
5
;Azure
You can’t perform that action at this time.
0 commit comments