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