ansible-taler-exchange

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

commit 515575073e194e3182776d1ca75a1d27f5c6c893
parent 05b1ea59fec1a8124e304116c73ad7ea9a41da0d
Author: Florian Dold <florian@dold.me>
Date:   Sun,  6 Sep 2026 19:53:57 +0200

shorten output

Diffstat:
Mansible.cfg | 14++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/ansible.cfg b/ansible.cfg @@ -1,15 +1,17 @@ [defaults] + inventory = inventories/default roles_path = roles -remote_user = root -callback_result_format = yaml +remote_user = root -# Use the stdout_callback when running ad-hoc commands. -#bin_ansible_callbacks = True +vault_password_file = vault_pass.txt use_persistent_connections = True - pipelining = True -vault_password_file = vault_pass.txt +stdout_callback = default +callback_result_format = yaml +display_ok_hosts = False +show_custom_stats = False +nocows = 1