updated graylog and bookstack

This commit is contained in:
Bastian de Byl
2022-07-19 16:51:07 -04:00
parent ebabd3daf8
commit 3db5a6b3fb
2 changed files with 9 additions and 1 deletions

View File

@@ -18,6 +18,14 @@
ansible.builtin.meta: flush_handlers ansible.builtin.meta: flush_handlers
tags: bookstack tags: bookstack
- name: unshare chown the bookstack upload volumes
become: true
become_user: "{{ podman_user }}"
changed_when: false
ansible.builtin.command: |
podman unshare chown -R 33:33 {{ bookstack_path }}/public {{ bookstack_path }}/storage
tags: bookstack
- name: create bookstack-db container - name: create bookstack-db container
become: true become: true
become_user: "{{ podman_user }}" become_user: "{{ podman_user }}"

View File

@@ -96,7 +96,7 @@
become_user: "{{ podman_user }}" become_user: "{{ podman_user }}"
containers.podman.podman_container: containers.podman.podman_container:
name: graylog name: graylog
image: docker.io/graylog/graylog:4.2.9 image: docker.io/graylog/graylog:4.3
recreate: true recreate: true
restart: true restart: true
restart_policy: on-failure restart_policy: on-failure