From d2b5fd0488ac9b550fd22b445fd4eaf2dbb4455c Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Fri, 27 Jan 2023 11:52:15 +0100 Subject: [PATCH] suricata's configs subvolume --- hosts.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts.yml b/hosts.yml index 0d5de83..50a2991 100644 --- a/hosts.yml +++ b/hosts.yml @@ -157,6 +157,12 @@ all: opts: "subvol=certs,noatime,compress=zstd" passno: "0" + - src: "/dev/mapper/disk0" + path: "/srv/configs" + fstype: "btrfs" + opts: "subvol=configs,noatime,compress=zstd" + passno: "0" + - src: "/mnt/certs/acme" path: "/srv/nfs/k8s/acme" fstype: "none"