From 828f66d353ea1feeac9f1b6637383392f03a2442 Mon Sep 17 00:00:00 2001 From: WhatTheMike Date: Sat, 31 Aug 2024 13:56:09 +0000 Subject: [PATCH] added mdadm template, oops --- roles/pibox_basics/templates/mdadm.conf.j2 | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 roles/pibox_basics/templates/mdadm.conf.j2 diff --git a/roles/pibox_basics/templates/mdadm.conf.j2 b/roles/pibox_basics/templates/mdadm.conf.j2 new file mode 100644 index 0000000..d168c2d --- /dev/null +++ b/roles/pibox_basics/templates/mdadm.conf.j2 @@ -0,0 +1,23 @@ +# mdadm.conf +# +# !NB! Run update-initramfs -u after updating this file. +# !NB! This will ensure that initramfs has an uptodate copy. +# +# Please refer to mdadm.conf(5) for information about this file. +# + +# by default (built-in), scan all partitions (/proc/partitions) and all +# containers for MD superblocks. alternatively, specify devices to scan, using +# wildcards if desired. +#DEVICE partitions containers + +# automatically tag new arrays as belonging to the local system +HOMEHOST + +# instruct the monitoring daemon where to send mail alerts +MAILADDR root + +# definitions of existing MD arrays + +# This configuration was auto-generated on Sun, 03 Mar 2024 22:55:58 -0500 by mkconf +{{ MDADM_CONF_ARRAY }}