From d71f73541b92dd2187c2bcb58585841d491dfaf2 Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Sun, 27 Jul 2025 21:17:37 +0200 Subject: [PATCH] crawl4ai docker --- playbooks/lehmann-crawl4ai.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/playbooks/lehmann-crawl4ai.yml b/playbooks/lehmann-crawl4ai.yml index 47ba37f..ee7c961 100644 --- a/playbooks/lehmann-crawl4ai.yml +++ b/playbooks/lehmann-crawl4ai.yml @@ -41,4 +41,22 @@ - zsh - vim - fzf - - linux-docker \ No newline at end of file + - linux-docker + +- hosts: "crawl4ai" + tags: + - crawl4ai + - install + vars: + service_name: crawl4ai + service_directory: /opt/crawl4ai + service_volume_dirs: + - appdata + service_user_name: crawl4ai + service_user_id: 1080 + service_group_name: crawl4ai + service_group_id: 1080 + bankmanager_version: latest + tasks: + - name: "Install crawl4ai application" + include_tasks: setup-docker-application.yml \ No newline at end of file