ansible-role-server/defaults/main.yml
Jannik Beyerstedt 002c19f3ad telegraf: Add parameter to enable ZFS stats
Previous templates used the assumptioon, that FreeBSD will always have
ZFS and nothing else.
2022-12-04 15:17:43 +01:00

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