add docker mountpoint on extra subvolume

note: right now the subvol needs to be created prior running this
playbook
This commit is contained in:
2021-10-31 15:14:53 +01:00
parent 6b575f9cf0
commit d8ec78a841
6 changed files with 52 additions and 19 deletions

View File

@@ -199,7 +199,7 @@ rpm_ostree_layered_packages:
compsize:
state: absent
docker-compose:
state: absent
state: present
fd-find:
state: absent
git:
@@ -217,7 +217,7 @@ rpm_ostree_layered_packages:
microdnf:
state: present
moby-engine:
state: absent
state: present
mosh:
state: absent
ncdu:
@@ -273,12 +273,21 @@ etc_fstab_entries:
opts: noatime,subvol=root,compress=zstd:1,x-systemd.device-timeout=0
passno: 0
dump: 0
state: present
home:
path: /home
fstype: btrfs
opts: subvol=home,compress=zstd:1,x-systemd.device-timeout=0
passno: 0
dump: 0
state: present
docker:
path: /var/lib/docker
fstype: btrfs
opts: subvol=docker,compress=zstd:1,x-systemd.device-timeout=0
passno: 0
dump: 0
state: mounted
users:
flexo: