ansible-taler-exchange

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

commit 52b40c950d1c30790ba50d07c6d85cd452f7e088
parent 1ed8ded3e3fa9a6c25a7fd783b1a297a2b586fb9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 17 Feb 2025 09:16:00 +0100

ensure nginx has access to challenger sockets

Diffstat:
Mroles/challenger/templates/etc/challenger/challenger-email.conf.j2 | 2+-
Mroles/challenger/templates/etc/challenger/challenger-postal.conf.j2 | 2+-
Mroles/challenger/templates/etc/challenger/challenger-sms.conf.j2 | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/roles/challenger/templates/etc/challenger/challenger-email.conf.j2 b/roles/challenger/templates/etc/challenger/challenger-email.conf.j2 @@ -8,7 +8,7 @@ SERVE = UNIX UNIXPATH = /var/run/challenger-email/challenger-http.sock # What should be the file access permissions (see chmod) for "UNIXPATH"? -UNIXPATH_MODE = 660 +UNIXPATH_MODE = 666 # Which external command should be used to transmit challenges? # Example commands are challenger-send-{sms,email,post}.sh diff --git a/roles/challenger/templates/etc/challenger/challenger-postal.conf.j2 b/roles/challenger/templates/etc/challenger/challenger-postal.conf.j2 @@ -8,7 +8,7 @@ SERVE = UNIX UNIXPATH = /var/run/challenger-postal/challenger-http.sock # What should be the file access permissions (see chmod) for "UNIXPATH"? -UNIXPATH_MODE = 660 +UNIXPATH_MODE = 666 # Which external command should be used to transmit challenges? # Example commands are challenger-send-{sms,email,post}.sh diff --git a/roles/challenger/templates/etc/challenger/challenger-sms.conf.j2 b/roles/challenger/templates/etc/challenger/challenger-sms.conf.j2 @@ -8,7 +8,7 @@ SERVE = UNIX UNIXPATH = /var/run/challenger-sms/challenger-http.sock # What should be the file access permissions (see chmod) for "UNIXPATH"? -UNIXPATH_MODE = 660 +UNIXPATH_MODE = 666 # Which external command should be used to transmit challenges? # Example commands are challenger-send-{sms,email,post}.sh