playbook-bookstack.yml hinzugefügt

This commit is contained in:
2025-06-29 10:55:58 +02:00
parent ae4a967f08
commit cc74905188

12
playbook-bookstack.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- name: Update bookstack application
hosts: bookstack-server
remote_user: root
tasks:
- name: Update bookstack-server docker image
ansible.builtin.shell:
args:
cmd: docker compose pull && docker compose up -d
chdir: /opt/immich-app/