forked from GovStackWorkingGroup/IM_Demo_InstallingScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vars_with_secret_example.yml
38 lines (35 loc) · 1.22 KB
/
vars_with_secret_example.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
digital_ocean_token: b8139...
ssh_key_fingerprint: f7:55:fc:...
password: secret-password
# for ereg_coresystem.yml
keycloak_db_pass: secret-password
postgres_db_pass: secret-password
graylog_root_password: secret-password
formio_email: [email protected]
smtp_host: mail.unctad.org
smtp_port: 25
smtp_username: none
smtp_password: none
smtp_replyto: [email protected]
smtp_from: [email protected]
system_code: CH
default_language: en
time_zone: Europe/Tallinn
docker_username: someone
docker_password: secret-password
docker_email: [email protected]
# additional domains needed for letsencrypt and dns
subdomains: ['login', 'bpa', 'gdb', 'graylog', 'stats']
# for letsencrypt.yml
acme_challenge_type: dns-01
acme_directory: https://acme-v02.api.letsencrypt.org/directory
acme_directory_test: https://acme-staging-v02.api.letsencrypt.org/directory
acme_version: 2
acme_email: [email protected]
letsencrypt_dir: /etc/letsencrypt
letsencrypt_keys_dir: /etc/letsencrypt/keys
letsencrypt_csrs_dir: /etc/letsencrypt/csrs
letsencrypt_certs_dir: /etc/letsencrypt/certs
letsencrypt_account_key: /etc/letsencrypt/account/account.key
api_url: "{{ 'https://api.digitalocean.com/v2/domains/'+dns_domain+'/records' }}"
dns_domain: egovstack.net