Jannik Beyerstedt
002c19f3ad
Previous templates used the assumptioon, that FreeBSD will always have ZFS and nothing else.
16 lines
418 B
YAML
16 lines
418 B
YAML
---
|
|
# defaults file for server
|
|
|
|
borgbackup_ssh_id: "{{ ansible_user_dir }}/.ssh/id_ed25519"
|
|
|
|
caddy_cachedir: "{{ ansible_user_dir }}/.ansbl-caddy-cache"
|
|
|
|
telegraf_interval: "300s"
|
|
telegraf_docker_file: "telegraf-docker.conf"
|
|
telegraf_unifi_file: "telegraf-UniFi.conf.j2"
|
|
telegraf_airmax_file: "telegraf-AirMAX.conf.j2"
|
|
telegraf_enable_zfs: false
|
|
|
|
exim_etc_mailname: "{{ inventory_hostname }}"
|
|
exim_skip_install: false
|