playbook-bookstack.yml hinzugefügt
This commit is contained in:
12
playbook-bookstack.yml
Normal file
12
playbook-bookstack.yml
Normal 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/
|
||||||
Reference in New Issue
Block a user