parent
b6ddf7bcac
commit
d6bc8a48a8
5 changed files with 54 additions and 5 deletions
|
|
@ -68,6 +68,18 @@
|
|||
notify:
|
||||
- Restart Link
|
||||
|
||||
# Opensearch Dashboards runs with UID/GID 1000 inside the container
|
||||
- name: Podman CDR Link | PATCH | Install Opensearch Dashboards configuration
|
||||
ansible.builtin.template:
|
||||
src: home/opensearch-dashboards.yml
|
||||
dest: "/home/{{ podman_link_podman_rootless_user }}/opensearch-dashboards.yml"
|
||||
mode: "0400"
|
||||
owner: "{{ _podman_link_user_subuid_start + 999 }}"
|
||||
group: "{{ _podman_link_user_subgid_start + 999 }}"
|
||||
become: true
|
||||
notify:
|
||||
- Restart Link
|
||||
|
||||
# Zammad runs with UID/GID 1000 inside the container
|
||||
- name: Podman CDR Link | PATCH | Install Zammad database configuration file
|
||||
ansible.builtin.template:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue