2020-08-19 12:29:49 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
### mgrote.dotfiles
|
|
|
|
dotfiles_local_repo_directory: "/root/dotfiles-repo"
|
|
|
|
dotfiles_user: "root"
|
|
|
|
dotfiles_link_target: "/root"
|
|
|
|
dotfiles_remote_repo: "https://github.com/quotengrote/dotfiles"
|
|
|
|
dotfiles_files_to_copy:
|
|
|
|
- .tmux.conf
|
|
|
|
- .bash_aliases
|
|
|
|
- .gitconfig
|
|
|
|
### mgrote.sanoid
|
|
|
|
sanoid_snapshot_keep_hourly: '24'
|
|
|
|
sanoid_zfs_recursive: 'yes'
|
|
|
|
sanoid_cron_minutes: '10,20,30,40,50,59'
|
|
|
|
sanoid_zfs_dataset: "hdd_data_raidz/data"
|
|
|
|
sanoid_snapshot_keep_daily: '31'
|
2020-09-24 20:17:13 +02:00
|
|
|
sanoid_snapshot_keep_monthly: '6'
|
2020-08-19 12:29:49 +02:00
|
|
|
### mgrote.smart
|
|
|
|
smart_smartctlmail_cron_minutes: "15"
|
|
|
|
smart_smartctlmail_cron_hours: "6"
|
|
|
|
smart_smartctlmail_cron_weekday: "3"
|
|
|
|
### mgrote.pve_nag-buster
|
|
|
|
pve_nag_buster_update: false
|
|
|
|
### mgrote.tmux
|
|
|
|
tmux_conf_destination: "/root/.tmux.conf"
|
|
|
|
tmux_bashrc_destination: "/root/.bashrc"
|
|
|
|
tmux_standardsession_name: "default"
|
|
|
|
### mgrote.apcupsd
|
|
|
|
ONBATTERYDELAY: 10
|
|
|
|
BATTERYLEVEL: 50
|
|
|
|
MINUTES: 10
|
|
|
|
### mgrote.zfs_tools
|
|
|
|
zfs_arc_max: "12884901888"
|
|
|
|
zfs_pool:
|
|
|
|
- { name: "ssd_vm_mirror", type: "ssd", cron_minute_zfs_trim: "5", cron_hour_zfs_trim: "22", cron_month_zfs_trim: "4,8,12", cron_day_zfs_trim: "2", cron_weekday_zfs_scrub: "6", cron_minutes_zfs_scrub: "0", cron_hour_zfs_scrub: "23"}
|
|
|
|
- { name: "hdd_vm_mirror", type: "hdd", cron_minute_zfs_trim: "5", cron_hour_zfs_trim: "23", cron_month_zfs_trim: "4,8,12", cron_day_zfs_trim: "2", cron_weekday_zfs_scrub: "6", cron_minutes_zfs_scrub: "0", cron_hour_zfs_scrub: "23"}
|
|
|
|
- { name: "hdd_data_raidz", type: "hdd", cron_minute_zfs_trim: "5", cron_hour_zfs_trim: "24", cron_month_zfs_trim: "4,8,12", cron_day_zfs_trim: "2", cron_weekday_zfs_scrub: "6", cron_minutes_zfs_scrub: "0", cron_hour_zfs_scrub: "23"}
|
|
|
|
### mgrote.cv4pve-autosnap
|
|
|
|
cv4pve_api_user: root@pam!cv4pve-autosnap
|
|
|
|
cv4pve_api_token: "{{ lookup('keepass', 'cv4pve_api_token', 'password') }}"
|
|
|
|
cv4pve_vmid: all,-109,-158,-153
|
|
|
|
cv4pve_keed_snapshots: 7
|
|
|
|
|
|
|
|
# Ansible Variablen
|
|
|
|
### sudo
|
|
|
|
sudo: false
|