38 lines
846 B
YAML
38 lines
846 B
YAML
base_domain: vm.krislamo.org
|
|
|
|
# base
|
|
allow_reboot: false
|
|
manage_network: false
|
|
|
|
# proxy
|
|
proxy:
|
|
#production: true
|
|
dns_cloudflare:
|
|
opts: --test-cert
|
|
#email: realemail@example.com
|
|
#api_token: CLOUDFLARE_DNS01_API_TOKEN
|
|
wildcard_domains:
|
|
- "{{ base_domain }}"
|
|
servers:
|
|
- domain: "{{ bitwarden_domain }}"
|
|
proxy_pass: "http://127.0.0.1:8080"
|
|
- domain: "{{ gitea_domain }}"
|
|
proxy_pass: "http://127.0.0.1:3000"
|
|
|
|
# docker
|
|
docker_users:
|
|
- vagrant
|
|
|
|
# bitwarden
|
|
# Get Installation ID & Key at https://bitwarden.com/host/
|
|
bitwarden_domain: "vault.{{ base_domain }}"
|
|
bitwarden_dbpass: password
|
|
bitwarden_install_id: 4ea840a3-532e-4cb6-a472-abd900728b23
|
|
bitwarden_install_key: 1yB3Z2gRI0KnnH90C6p
|
|
#bitwarden_prodution: true
|
|
|
|
# gitea
|
|
gitea_domain: "git.{{ base_domain }}"
|
|
gitea_version: 1
|
|
gitea_dbpass: password
|