ansible-taler-exchange

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

main.yml (168B)


      1 ---
      2 # Reboot system
      3 
      4 - name: Reboot system
      5   reboot:
      6     reboot_timeout: 600 # time in seconds to wait for reboot
      7     test_command: whoami # command to run past-reboot