18 lines
599 B
YAML
18 lines
599 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 Matrix notifications instead of email
|
|
diun_matrix_enabled: true
|
|
diun_matrix_homeserver_url: "{{ shared_secrets.matrix_homeserver_url }}"
|
|
diun_matrix_user: "{{ shared_secrets.matrix_diun_user }}"
|
|
diun_matrix_access_token: "{{ shared_secrets.matrix_diun_access_token }}"
|
|
diun_matrix_room_id: "{{ shared_secrets.matrix_diun_room_id }}"
|
|
diun_email_enabled: false
|