Skip to content

Commit 00713d0

Browse files
committed
line spacing
1 parent 25c03e0 commit 00713d0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ artifacts/**
1515
**/inventory/hostsdocs.old
1616
**/inventory/hosts.yml
1717
.cache
18-
!cluster/inventory/hosts
18+
cluster/inventory/hosts
19+
!cluster/inventory/hosts/hosts.example
1920
cluster/inventory/host_vars/*
2021
!cluster/inventory/host_vars/cloud-vars.example
2122
!hosts.yaml.example
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,39 @@
11
# DONT CHANGE THIS
22
ansible_host: localhost
3+
34
#The OpenShift API Server
45
api_server: <OpenShift API SERVER>
6+
57
#The OpenShift Admin User to use for installing operators
68
# When doing for first time usually kubeadmin
79
openshift_admin_user: <OpenShift Admin User>
10+
811
#The OpenShift Admin User password, when doing for first time
912
#this is usually kubeadmin password
1013
openshift_admin_password: <OpenShift Admin User Password>
14+
1115
#The OpenShift Cloud Profile azr, aws, gcp or ibm
1216
cloud_profile: <Cloud Profile>
17+
1318
#If creating extra admin user the password to use
1419
ocpadmin_password: adminPa55word!
20+
1521
#If creating extra users,the user default password
1622
user_password: pa55word!
23+
1724
#####################
1825
### Hybrid Cloud Application Configuration
1926
#####################
2027
#type of backend application knative or vanilla
2128
backend_type: knative
29+
2230
#The application components that cloud will be tagged to
2331
#backend and frontend:
2432
#tiers: ["frontend","backend]
2533
#only backend:
2634
#tiers: ["backend"]
2735
tiers: ["backend"]
36+
2837
#The Cloud where Skupper Site token will be created
2938
#possible values yes or no
3039
create_site_token: no

cluster/inventory/hosts cluster/inventory/hosts.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;Google Cloud
2-
;gcp
2+
gcp
33
;AWS
44
;aws
55
;Azure

0 commit comments

Comments
 (0)