summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chaos-at-home/ch-phoebe.yml20
-rw-r--r--roles/storage/zfs/pools/tasks/enable-systemd-mount-generator.yml2
2 files changed, 21 insertions, 1 deletions
diff --git a/chaos-at-home/ch-phoebe.yml b/chaos-at-home/ch-phoebe.yml
new file mode 100644
index 00000000..8b2dc7b3
--- /dev/null
+++ b/chaos-at-home/ch-phoebe.yml
@@ -0,0 +1,20 @@
+---
+- name: Basic Setup
+ hosts: ch-phoebe
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd/base
+ - role: core/zsh
+ - role: core/ntp
+ - role: core/cpu-microcode
+ # - role: storage/zfs/pools
+ # - role: storage/zfs/sanoid
+ # - role: vm/host/base
+ # - role: vm/host/network
+ # - role: installer/debian/base
+ # - role: installer/openbsd/base
+
+ # - role: apt-repo/spreadspace
+ # - role: nginx/base
+ # - role: monitoring/prometheus/exporter
diff --git a/roles/storage/zfs/pools/tasks/enable-systemd-mount-generator.yml b/roles/storage/zfs/pools/tasks/enable-systemd-mount-generator.yml
index eaa3cebe..59157d4a 100644
--- a/roles/storage/zfs/pools/tasks/enable-systemd-mount-generator.yml
+++ b/roles/storage/zfs/pools/tasks/enable-systemd-mount-generator.yml
@@ -20,7 +20,7 @@
force: no
## TODO: if this is installed after the zpool has already been created zed needs to be triggered
-## using someing like: zfs set canmount=on DATASET
+## using something like: zfs set canmount=on DATASET
### HACK HACK HACK (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966565)
- name: patch zfs mount generator (Debian Bug 966565)