ansible-taler-exchange

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

commit 162bec5fd9de07c1ef946bd9bf03b95c08e0c789
parent 622740a190ac2aa8b3ee614079efeed92f3e9fd6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 24 Nov 2024 16:12:28 +0100

one more fix

Diffstat:
Mplaybooks/setup.yml | 13++++++-------
Mroles/auditor/tasks/main.yml | 5+++++
2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/playbooks/setup.yml b/playbooks/setup.yml @@ -2,13 +2,12 @@ - name: Deploy GNU Taler hosts: all roles: -# - common_packages -# - ansible-pull -# - webserver -# - database -# - libeufin-nexus - - challenger -# - exchange + - common_packages + - ansible-pull + - webserver + - database + - libeufin-nexus + - exchange - auditor # Note that we ONLY define those variables here that are NOT # secrets. For secrets, test-secrets.yml contains a template. diff --git a/roles/auditor/tasks/main.yml b/roles/auditor/tasks/main.yml @@ -34,6 +34,11 @@ state: link notify: restart nginx +- name: Ensure /etc/taler-auditor/conf.d/ directory exists + file: + path: "/etc/taler-auditor/conf.d/" + state: directory + - name: Place taler-auditor master config template: src: templates/etc/taler-auditor/conf.d/taler-auditor-master.conf.j2