mg
8d5686bc38
cv4pve: CL-Link als Variable Co-authored-by: Michael Grote <38253905+quotengrote@users.noreply.github.com> Reviewed-on: mg/ansible#3
49 lines
2.1 KiB
YAML
49 lines
2.1 KiB
YAML
---
|
|
|
|
### 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:
|
|
- .bash_aliases
|
|
- .tmux.conf
|
|
- .gitconfig
|
|
### mgrote.sanoid
|
|
sanoid_zfs_recursive: 'yes'
|
|
sanoid_zfs_dataset: "hdd_data_raidz/data"
|
|
sanoid_snapshot_interval_underhour: '5'
|
|
sanoid_snapshot_keep_underhour: '36'
|
|
sanoid_snapshot_keep_daily: '31'
|
|
sanoid_snapshot_keep_monthly: '6'
|
|
sanoid_snapshot_keep_hourly: '24'
|
|
### 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"
|
|
### mgrote.apcupsd
|
|
ONBATTERYDELAY: 10
|
|
BATTERYLEVEL: 50
|
|
MINUTES: 10
|
|
NOLOGON: disable
|
|
### 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: "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"}
|
|
### 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
|
|
cv4pve_dl_link: "https://github.com/Corsinvest/cv4pve-autosnap/releases/download/v1.9.10/cv4pve-autosnap-linux-x64.zip"
|
|
|
|
# Ansible Variablen
|
|
### sudo
|
|
sudo: false
|