From c1944fc78ac5fc017b2cbb19c3e73f166980fa33 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 16 Nov 2025 12:22:48 -0600 Subject: [PATCH] site: Remove frigate PB The `frigate` playbook cannot be applied by the host provisioner for several reasons. First, it needs manual intervention in order to enroll the MOK which is used to sign the `gasket-driver` kernel modules. Further, it needs several encrypted values from Ansible Vault, which are not available to the _host-provisioner_. --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index 4d5d080..b327345 100644 --- a/site.yml +++ b/site.yml @@ -2,7 +2,7 @@ - import_playbook: scrape-collectd-configmap.yml - import_playbook: fileserver.yml -- import_playbook: frigate.yml +#- import_playbook: frigate.yml - import_playbook: gitea.yml - import_playbook: jellyfin.yml - import_playbook: kubernetes.yml