-
Notifications
You must be signed in to change notification settings - Fork 5
/
template.yml
32 lines (23 loc) · 994 Bytes
/
template.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
# Don't modify this file. Copy it to e.g. dev.yml or stage.yml and modify that one.
# -------------------------------------------------------------------
# Variables needed by Ansible playbook in playbooks/deploy.yml
# -------------------------------------------------------------------
# Openshift project/namespace name
project: myproject
# Openshift cluster url
# To deploy to "oc cluster up" running locally (or on host when this runs in container)
host: https://172.17.0.1:8443
# In Openshift web GUI click on your login in top right corner
# 'Copy Login Command'
# Take the part after --token=
api_key: ""
# To work-around 'SSL: CERTIFICATE_VERIFY_FAILED' when deploying to localhost
validate_certs: no
# -------------------------------------------------------------------
# Secrets
# -------------------------------------------------------------------
# For Zdravomil
# Generate your token @ https://github.com/settings/tokens/new
github_api_key: ""
# Sentry DSN
sentry_dsn: ""