Version snapraid config

Using fork of role at https://github.com/IronicBadger/ansible-role-snapraid/pull/7
This commit is contained in:
Jake Howard 2021-06-25 22:43:26 +01:00
parent b82e87c04b
commit 09a010f28e
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 30 additions and 0 deletions

View file

@ -14,3 +14,6 @@ roles:
- src: rossmcdonald.telegraf
- src: geerlingguy.gitlab
- src: dokku_bot.ansible_dokku
- src: https://github.com/RealOrangeOne/ansible-role-snapraid
version: snapraid-plain-cron
name: IronicBadger.snapraid

View file

@ -16,3 +16,28 @@ sanoid_datasets:
rpool:
use_template: production
recursive: true
# Snapraid
snapraid_install: false
snapraid_runner: false
snapraid_data_disks:
- path: /mnt/bulk
content: true
snapraid_parity_disks:
- path: /mnt/parity
content: true
snapraid_content_files:
- /mnt/tank/files/snapraid.content
- /var/snapraid.content
snapraid_config_excludes:
- "*.unrecoverable"
- /lost+found/
- "*.!sync"
- /tmp/
snapraid_scrub_schedule:
hour: 5
weekday: 4

View file

@ -69,6 +69,8 @@
- zfs
- pve_nebula_route
- telegraf
- role: IronicBadger.snapraid
become: true
- hosts: forrest
roles: