40 lines
881 B
YAML
40 lines
881 B
YAML
# Basis-Konfiguration
|
|
app_name: michaelschiemer
|
|
app_domain: test.michaelschiemer.de
|
|
app_email: kontakt@michaelschiemer.de
|
|
|
|
# Verzeichnisse
|
|
project_root: "{{ playbook_dir | dirname }}"
|
|
app_root: /var/www/{{ app_name }}
|
|
app_public: "{{ app_root }}/public"
|
|
|
|
# Docker
|
|
docker_version: "20.10"
|
|
docker_compose_version: "2.24.5"
|
|
|
|
# Benutzer
|
|
deploy_user: deploy
|
|
|
|
# Let's Encrypt
|
|
letsencrypt_enabled: true
|
|
letsencrypt_certbot_method: webroot # oder standalone oder nginx
|
|
|
|
|
|
#netcup_customer_id: "218722"
|
|
#netcup_api_key: "dmJINUMyNjRmOG1aNDViajZHN2JkOTFRUjU3ckE5ZjJ1Zm1vUz"
|
|
#netcup_api_password: "iGWL8Hl4m93DgESsP/MPXmtDd0hEVkZ3480Na0psTlXRALnopl"
|
|
#netcup_vserver_id: "v2202309206672239295"
|
|
|
|
|
|
# fallback_ip:
|
|
|
|
wg_all_clients_private_keys:
|
|
michael: "PITbFZ3UfY5vD5dYUCELO37Qo2W8I4R8+r6D9CeMrm4="
|
|
|
|
|
|
|
|
wireguard_clients:
|
|
- name: michael
|
|
address: 10.8.0.2
|
|
public_key: DEIN_PUBLIC_KEY
|