ansible-taler-exchange

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

commit 480376bc47678294d2aa40a955017c1f695ceff7
parent 7750e3fb83d5829d6134b69025800e407afb9b5b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Dec 2024 23:50:55 +0100

add convenience script

Diffstat:
Adeploy-tops.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/deploy-tops.sh b/deploy-tops.sh @@ -0,0 +1,2 @@ +#!/bin/sh +ansible-playbook --verbose --inventory inventories/tops --user root playbooks/setup.yml --extra-vars "@playbooks/test-secrets.yml" +\ No newline at end of file