From 2517710d221fba84b3fda973e3de92e481e7412a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 17 Nov 2022 23:45:52 +0100 Subject: ch-mimas: move git repos to zfs and prepare for remote backups --- chaos-at-home/ch-mimas.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'chaos-at-home/ch-mimas.yml') diff --git a/chaos-at-home/ch-mimas.yml b/chaos-at-home/ch-mimas.yml index 837e3d15..178f9093 100644 --- a/chaos-at-home/ch-mimas.yml +++ b/chaos-at-home/ch-mimas.yml @@ -7,10 +7,18 @@ - role: core/sshd/base - role: core/zsh - role: core/ntp + post_tasks: + - name: create logical volume for storage zfs + lvol: + vg: "{{ host_name }}" + lv: storage + size: 20G - name: Payload Setup hosts: ch-mimas roles: + - role: storage/zfs/pools + - role: storage/zfs/sanoid - role: network/bind - role: acmetool/base - role: apt-repo/spreadspace -- cgit v1.2.3