zfs: remove acng (#510)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: #510
This commit is contained in:
parent
1de9686b91
commit
9eba60f64c
1 changed files with 1 additions and 9 deletions
|
@ -31,7 +31,7 @@
|
|||
- dataset: rpool/data
|
||||
state: present
|
||||
- dataset: rpool/data/acng
|
||||
state: present
|
||||
state: absent
|
||||
# rpool - VMs
|
||||
- dataset: rpool/vm
|
||||
state: present
|
||||
|
@ -163,10 +163,6 @@
|
|||
recursive: 'no'
|
||||
snapshots: true
|
||||
template: 'pve3tage'
|
||||
- path: rpool/data/acng
|
||||
recursive: 'no'
|
||||
snapshots: true
|
||||
template: '3tage'
|
||||
|
||||
### mgrote.cv4pve-autosnap
|
||||
cv4pve_api_user: root@pam!cv4pve-autosnap
|
||||
|
@ -234,10 +230,6 @@
|
|||
mp_nr: 16
|
||||
mp_path_host: /hdd_data_raidz/vm
|
||||
mp_path_guest: /shares_vm
|
||||
- vmid: 106
|
||||
mp_nr: 1
|
||||
mp_path_host: /rpool/data/acng
|
||||
mp_path_guest: /var/cache/apt-cacher-ng
|
||||
|
||||
### mgrote.munin-node
|
||||
munin_node_plugins:
|
||||
|
|
Loading…
Reference in a new issue