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_.
19 lines
576 B
YAML
19 lines
576 B
YAML
- import_playbook: host-setup.yml
|
|
- import_playbook: scrape-collectd-configmap.yml
|
|
|
|
- import_playbook: fileserver.yml
|
|
#- import_playbook: frigate.yml
|
|
- import_playbook: gitea.yml
|
|
- import_playbook: jellyfin.yml
|
|
- import_playbook: kubernetes.yml
|
|
- import_playbook: minio-backups.yml
|
|
- import_playbook: minio.yml
|
|
#- import_playbook: nextcloud.yml
|
|
- import_playbook: postgresql.yml
|
|
- import_playbook: serterm.yml
|
|
- import_playbook: smtp-relay.yml
|
|
- import_playbook: unifi.yml
|
|
- import_playbook: victoria-logs.yml
|
|
- import_playbook: restic.yml
|
|
- import_playbook: docker-proxy.yml
|