summaryrefslogtreecommitdiff
path: root/steps/setup/taler_install.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'steps/setup/taler_install.yaml')
-rw-r--r--steps/setup/taler_install.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/steps/setup/taler_install.yaml b/steps/setup/taler_install.yaml
new file mode 100644
index 0000000..b28de9d
--- /dev/null
+++ b/steps/setup/taler_install.yaml
@@ -0,0 +1,7 @@
+- install_taler:
+ - exec_in : |
+ echo "deb https://deb.taler.net/apt/debian bullseye main" > /etc/apt/sources.list.d/taler.list
+ wget -O - https://taler.net/taler-systems.gpg.key | apt-key add -
+ apt-get update
+ apt-upgrade
+ apt-get install -y nginx postgresql-13 taler-exchange taler-auditor taler-merchant taler-exchange-offline taler-wallet-cli