2020-08-19 12:29:49 +02:00
|
|
|
---
|
2020-11-05 21:52:43 +01:00
|
|
|
### geerlingguy.dotfiles
|
|
|
|
dotfiles_repo: "https://github.com/quotengrote/dotfiles.git"
|
|
|
|
dotfiles_repo_local_destination: "/home/mg/dotfiles-repo"
|
|
|
|
dotfiles_home: "/home/mg"
|
|
|
|
dotfiles_user: "mg"
|
|
|
|
dotfiles_repo_accept_hostkey: true
|
|
|
|
dotfiles_files:
|
2020-08-19 12:29:49 +02:00
|
|
|
- .bash_aliases
|
2020-11-05 21:52:43 +01:00
|
|
|
- .tmux.conf
|
2020-08-19 12:29:49 +02:00
|
|
|
- .gitconfig
|
2021-02-07 10:53:08 +01:00
|
|
|
### mgrote.zfs_sanoid
|
2020-12-30 23:49:26 +01:00
|
|
|
sanoid_datasets:
|
2020-12-31 01:36:22 +01:00
|
|
|
- path: 'hdd_data_raidz/videos'
|
2021-01-03 10:11:23 +01:00
|
|
|
template: 'hourly' # muss in Templates angelegt sein
|
|
|
|
recursive: ' yes'
|
|
|
|
- path: 'hdd_data_raidz/data_crypt'
|
|
|
|
template: 'fiveminutes'
|
2020-12-31 01:36:22 +01:00
|
|
|
recursive: ' yes'
|
|
|
|
sanoid_templates:
|
|
|
|
- name: 'fiveminutes'
|
|
|
|
keep_hourly: '24' # Aufheben (Stunde)
|
|
|
|
keep_daily: '31' # Aufheben (Tage)
|
|
|
|
keep_monthly: '6' # Aufheben (Monate)
|
|
|
|
keep_yearly: '0' # Aufheben (Jahre)
|
|
|
|
frequently: '36' # Aufheben (Minuten)
|
|
|
|
frequent_period: '5' # Intervall (alle 5 Minuten)
|
|
|
|
autosnap: 'yes' # Automatisches erstellen von Snapshots
|
|
|
|
autoprune: 'yes'
|
|
|
|
- name: 'hourly'
|
|
|
|
keep_hourly: '24'
|
|
|
|
keep_daily: '31'
|
|
|
|
keep_monthly: '6'
|
|
|
|
keep_yearly: '1'
|
|
|
|
frequently: '0'
|
|
|
|
frequent_period: '0'
|
|
|
|
autosnap: 'yes'
|
|
|
|
autoprune: 'yes'
|
2021-01-03 10:11:23 +01:00
|
|
|
|
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.tmux
|
|
|
|
tmux_conf_destination: "/root/.tmux.conf"
|
|
|
|
tmux_bashrc_destination: "/root/.bashrc"
|
|
|
|
tmux_standardsession_name: "default"
|
2021-02-07 10:53:08 +01:00
|
|
|
### mgrote.zfs_tools_cron
|
2020-08-19 12:29:49 +02:00
|
|
|
zfs_arc_max: "12884901888"
|
2020-12-31 01:36:22 +01:00
|
|
|
zfs_pools:
|
|
|
|
- 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: "22"
|
|
|
|
- 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"
|
2020-08-19 12:29:49 +02:00
|
|
|
### mgrote.cv4pve-autosnap
|
|
|
|
cv4pve_api_user: root@pam!cv4pve-autosnap
|
|
|
|
cv4pve_api_token: "{{ lookup('keepass', 'cv4pve_api_token', 'password') }}"
|
2021-02-01 08:41:15 +01:00
|
|
|
cv4pve_vmid: all,-109,-158,-123,-131
|
|
|
|
cv4pve_keed_snapshots: 3
|
2020-12-14 15:05:12 +01:00
|
|
|
cv4pve_dl_link: "https://github.com/Corsinvest/cv4pve-autosnap/releases/download/v1.9.10/cv4pve-autosnap-linux-x64.zip"
|
2020-08-19 12:29:49 +02:00
|
|
|
|
|
|
|
# Ansible Variablen
|
|
|
|
### sudo
|
|
|
|
sudo: false
|