Dataset: data verschlüsselt (#21)
Altes dataset entfernt Dataset sanoid wip Dataset vorerst deaktiviert Dataset in sanoid angelegt Docker und Crypt Shares entfernt ytdl entfernt Test SHare Co-authored-by: Michael Grote <38253905+quotengrote@users.noreply.github.com> Reviewed-on: mg/ansible#21 Co-Authored-By: mg <michael.grote@posteo.de> Co-Committed-By: mg <michael.grote@posteo.de>
This commit is contained in:
parent
5d99442b2a
commit
e3a54fa618
3 changed files with 5 additions and 20 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -10,9 +10,6 @@
|
||||||
[submodule "roles/geerlingguy.pip"]
|
[submodule "roles/geerlingguy.pip"]
|
||||||
path = roles/geerlingguy.pip
|
path = roles/geerlingguy.pip
|
||||||
url = https://github.com/geerlingguy/ansible-role-pip
|
url = https://github.com/geerlingguy/ansible-role-pip
|
||||||
[submodule "roles/hedii.youtube-dl"]
|
|
||||||
path = roles/hedii.youtube-dl
|
|
||||||
url = https://github.com/hedii/ansible-role-youtube-dl
|
|
||||||
[submodule "roles/ironicbadger.proxmox-nag-removal"]
|
[submodule "roles/ironicbadger.proxmox-nag-removal"]
|
||||||
path = roles/ironicbadger.proxmox-nag-removal
|
path = roles/ironicbadger.proxmox-nag-removal
|
||||||
url = https://github.com/IronicBadger/ansible-role-proxmox-nag-removal
|
url = https://github.com/IronicBadger/ansible-role-proxmox-nag-removal
|
||||||
|
|
|
@ -59,10 +59,6 @@
|
||||||
ordnerpfad: '/shares/bilder'
|
ordnerpfad: '/shares/bilder'
|
||||||
lese_nutzer: ''
|
lese_nutzer: ''
|
||||||
schreibe_nutzer: 'annemariedroessler michaelgrote'
|
schreibe_nutzer: 'annemariedroessler michaelgrote'
|
||||||
- freigabename: 'docker'
|
|
||||||
ordnerpfad: '/shares/docker'
|
|
||||||
lese_nutzer: ''
|
|
||||||
schreibe_nutzer: 'docker'
|
|
||||||
|
|
||||||
smb_workgroup: WORKGROUP
|
smb_workgroup: WORKGROUP
|
||||||
smb_nutzer_loeschen:
|
smb_nutzer_loeschen:
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
- .gitconfig
|
- .gitconfig
|
||||||
### mgrote.sanoid
|
### mgrote.sanoid
|
||||||
sanoid_datasets:
|
sanoid_datasets:
|
||||||
- path: 'hdd_data_raidz/data'
|
|
||||||
template: 'evmin' # muss in Templates angelegt sein
|
|
||||||
recursive: ' no'
|
|
||||||
- path: 'hdd_data_raidz/videos'
|
- path: 'hdd_data_raidz/videos'
|
||||||
template: 'hourly'
|
template: 'hourly' # muss in Templates angelegt sein
|
||||||
|
recursive: ' yes'
|
||||||
|
- path: 'hdd_data_raidz/data_crypt'
|
||||||
|
template: 'fiveminutes'
|
||||||
recursive: ' yes'
|
recursive: ' yes'
|
||||||
sanoid_templates:
|
sanoid_templates:
|
||||||
- name: 'fiveminutes'
|
- name: 'fiveminutes'
|
||||||
|
@ -37,15 +37,7 @@
|
||||||
frequent_period: '0'
|
frequent_period: '0'
|
||||||
autosnap: 'yes'
|
autosnap: 'yes'
|
||||||
autoprune: 'yes'
|
autoprune: 'yes'
|
||||||
- name: 'evmin'
|
|
||||||
keep_hourly: '24'
|
|
||||||
keep_daily: '31'
|
|
||||||
keep_monthly: '6'
|
|
||||||
keep_yearly: '0'
|
|
||||||
frequently: '90'
|
|
||||||
frequent_period: '2'
|
|
||||||
autosnap: 'yes'
|
|
||||||
autoprune: 'yes'
|
|
||||||
### mgrote.smart
|
### mgrote.smart
|
||||||
smart_smartctlmail_cron_minutes: "15"
|
smart_smartctlmail_cron_minutes: "15"
|
||||||
smart_smartctlmail_cron_hours: "6"
|
smart_smartctlmail_cron_hours: "6"
|
||||||
|
|
Loading…
Reference in a new issue