ansible-taler-exchange

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

commit 006cadda69d4823c85bfca05e9fd42b6426273f8
parent 00090539b43ef6031c68dba21c92c0bd44cca442
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 20 Apr 2025 15:31:23 +0200

fix reboot role

Diffstat:
Mroles/reboot/tasks/main.yml | 2++
Mroles/stop_services/tasks/main.yml | 3+++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/roles/reboot/tasks/main.yml b/roles/reboot/tasks/main.yml @@ -3,3 +3,5 @@ - name: Reboot system reboot: + reboot_timeout: 600 # time in seconds to wait for reboot + test_command: whoami # command to run past-reboot diff --git a/roles/stop_services/tasks/main.yml b/roles/stop_services/tasks/main.yml @@ -1,6 +1,9 @@ --- # Stop all Taler services +- name: Get the list of services + service_facts: + - name: Stop exchange systemd: name: taler-exchange.target