ansible-taler-exchange

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

commit fe8e6419188d238b30683b49cc23778c5605a167
parent 947b8a097df3783a8563f677f483f6a7b292360b
Author: Florian Dold <florian@dold.me>
Date:   Mon, 24 Feb 2025 22:02:44 +0100

use persistent connection, fix default inventory

Diffstat:
Mansible.cfg | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ansible.cfg b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] -inventory = inventories/tops +inventory = inventories/default roles_path = roles remote_user = root @@ -7,3 +7,5 @@ remote_user = root stdout_callback = yaml # Use the stdout_callback when running ad-hoc commands. bin_ansible_callbacks = True + +use_persistent_connections = True