blob: 1bfcf90154dc2e9783cb4bad32de5f59f18ab1be (
plain) (
blame)
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
|
---
install:
cloud:
credentials:
token: "{{ vault_hcloud_api_token }}"
network: {}
liquidtruth_app_user: lt
sshd_allowusers_host:
- "{{ liquidtruth_app_user }}"
liquidtruth_mongodb_root_username: root
liquidtruth_mongodb_root_password: "{{ vault_liquidtruth_mongodb_root_password }}"
liquidtruth_mongodb_backup_username: backup
liquidtruth_mongodb_backup_password: "{{ vault_liquidtruth_mongodb_backup_password }}"
liquidtruth_mongodb_app_username: lt
liquidtruth_mongodb_app_password: "{{ vault_liquidtruth_mongodb_app_password }}"
acmetool_directory_server: "{{ acmetool_directory_server_le_live_v2 }}"
liquidtruth_hostnames:
# - liquidtruth.at
# - www.liquidtruth.at
# - www2.liquidtruth.at
- lt.elev8.at
|