ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | Submodules | README | LICENSE

commit 06ebd39b6ebf5aae323e0a19a21b25dafeef90bc
parent 3ea50c87dd7301523338e6274a3f2abceb842b79
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 21 Jan 2025 23:51:39 +0100

-fixes for alloy

Diffstat:
Rroles/monitoring/templates/etc/alloy/config.alloy -> roles/monitoring/files/etc/alloy/config.alloy | 0
Mroles/monitoring/tasks/main.yml | 6+++---
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/roles/monitoring/templates/etc/alloy/config.alloy b/roles/monitoring/files/etc/alloy/config.alloy diff --git a/roles/monitoring/tasks/main.yml b/roles/monitoring/tasks/main.yml @@ -156,15 +156,15 @@ - name: Configure alloy service copy: - src: templates/etc/default/alloy + src: etc/default/alloy dest: /etc/default/alloy owner: root group: root mode: 0644 - name: Configure alloy log export - template: - src: templates/etc/alloy/config.alloy + copy: + src: etc/alloy/config.alloy dest: /etc/alloy/config.alloy owner: root group: root