blob: adbaa1d89a4a980f8cf2dd900b231116f9ed87ed (
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
33
34
35
36
37
|
---
install:
cloud:
credentials:
token: "{{ vault_hcloud_api_token }}"
sshd_allowusers_host:
- "{{ liquidtruth_app_user }}"
liquidtruth_storage:
type: lvm
vg: "{{ host_name }}"
lv: srv
size: 12G
fs: xfs
liquidtruth_app_user: lt
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
|