From 48bea2f9799fb17ceac1f59916d42e43abc0c429 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Wed, 22 May 2024 21:39:21 +0200 Subject: [PATCH 1/2] Add missing newline --- host_vars/pottwal.n39.eu/vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_vars/pottwal.n39.eu/vars.yml b/host_vars/pottwal.n39.eu/vars.yml index 86dc1af..71799f8 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -62,4 +62,4 @@ homebox_image: ghcr.io/hay-kot/homebox:v0.10.3 renovate_image: renovate/renovate:37.368.6 renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}" renovate_github_pat: "{{ vault_renovate_github_pat }}" -renovate_git_user: "Renovate Bot " \ No newline at end of file +renovate_git_user: "Renovate Bot " From dec35c785a5140b31346a80a56a2de814f892b8d Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Thu, 23 May 2024 20:29:43 +0200 Subject: [PATCH 2/2] Mount a config directory for redmine-mysql This mount allows to add additional configuration, such as enabling the native password plugin for now so that we can continue using our database. --- host-pottwal.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/host-pottwal.yml b/host-pottwal.yml index 67ade80..d426e06 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -454,6 +454,7 @@ MYSQL_DATABASE: "{{ redmine_database }}" volumes: - "{{ data_dir }}/redmine/mysql:/var/lib/mysql" + - "{{ data_dir }}/redmine/mysql-config:/etc/mysql/conf.d" networks: - name: redminenet tags: