ansible-taler-exchange

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

commit c7e0ab4ffc37ba439e3e714d09e8350f92f01889
parent 183165ef39f548ee6b52b7afe26451a9b8592643
Author: Florian Dold <florian@dold.me>
Date:   Sun, 23 Feb 2025 22:43:59 +0100

Revert "make log output easier to read"

This reverts commit 183165ef39f548ee6b52b7afe26451a9b8592643.

Diffstat:
Mansible.cfg | 5-----
Mdeploy.sh | 2+-
2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/ansible.cfg b/ansible.cfg @@ -2,8 +2,3 @@ inventory = inventories/tops roles_path = roles remote_user = root - -# Use the YAML callback plugin. -stdout_callback = yaml -# Use the stdout_callback when running ad-hoc commands. -bin_ansible_callbacks = True diff --git a/deploy.sh b/deploy.sh @@ -8,7 +8,7 @@ then fi ansible-playbook \ - -vv \ + --verbose \ --inventory inventories/tops \ --user root \ playbooks/setup.yml \