feat(podman_link): enable opensearch-dashboards

Fixes: #5
This commit is contained in:
Iain Learmonth 2025-12-04 17:26:09 +00:00
parent b6ddf7bcac
commit d6bc8a48a8
5 changed files with 54 additions and 5 deletions

View file

@ -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: