remove btrfs quota limits
This commit is contained in:
parent
43ce280d11
commit
b077e549db
@ -32,15 +32,11 @@
|
||||
when: cis == true or item.subvol not in ['var_log', 'var_log_audit']
|
||||
command: btrfs qgroup limit {{ item.quota }} /mnt/{{ '@' if item.subvol == 'root' else '@' + item.subvol }}
|
||||
loop:
|
||||
- { subvol: root, quota: '12G' }
|
||||
- { subvol: home, quota: '2G' }
|
||||
- { subvol: var, quota: '2G' }
|
||||
- { subvol: var_log, quota: '2G' }
|
||||
- { subvol: var_log_audit, quota: '1536M' }
|
||||
|
||||
- name: Unmount Partition
|
||||
mount:
|
||||
path: /mnt
|
||||
src: '{{ install_drive }}{{ main_partition_suffix }}'
|
||||
fstype: btrfs
|
||||
state: unmounted
|
||||
state: unmounted
|
||||
|
Loading…
Reference in New Issue
Block a user