19 lines
497 B
YAML
19 lines
497 B
YAML
---
|
|
# kikker server - direct public IP
|
|
|
|
# SSH directly to public IP
|
|
ansible_host: 23.88.124.67
|
|
|
|
# Client identification
|
|
client_name: kikker
|
|
client_domain: kikker.vrije.cloud
|
|
client_secrets_file: kikker.sops.yaml
|
|
|
|
# Diun configuration - Use webhook to Matrix instead of email
|
|
diun_notif_enabled: true
|
|
diun_notif_type: webhook
|
|
diun_webhook_endpoint: "https://diun-webhook.postxsociety.cloud"
|
|
diun_webhook_method: POST
|
|
diun_webhook_headers:
|
|
Content-Type: application/json
|
|
diun_email_enabled: false
|