ansible-taler-exchange

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

commit 64244dd47aead028d1f7033380a38ad33c686a38
parent a22652b4eaa04f9874be1cc42760481ddee92e37
Author: Florian Dold <florian@dold.me>
Date:   Sun, 23 Feb 2025 22:20:23 +0100

remove unused dependency from README

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

diff --git a/README b/README @@ -4,10 +4,6 @@ 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] -spec.taler-ops.ch ansible_port=22 ansible_user=root +188.245.187.147 ansible_port=22 ansible_user=root