ansible-taler-exchange

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

commit 73739cd01442bf67bc08698886b4f44c5d20ba69
parent d28c3dcd2b8b3d1974d834dd620421fbf81e3f2d
Author: Florian Dold <florian@dold.me>
Date:   Sun, 23 Feb 2025 22:44:55 +0100

Revert "remove unused dependency from README"

This reverts commit 64244dd47aead028d1f7033380a38ad33c686a38.

Diffstat:
MREADME | 4++++
Minventories/tops | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -4,6 +4,10 @@ First, install the prometheus collection using: +$ ansible-galaxy collection install prometheus.prometheus + +Depending on your local installation, you may also need: + $ ansible-galaxy collection install community.postgresql ## Running the main Playbook diff --git a/inventories/tops b/inventories/tops @@ -1,2 +1,2 @@ [production] -188.245.187.147 ansible_port=22 ansible_user=root +spec.taler-ops.ch ansible_port=22 ansible_user=root