ansible-taler-exchange

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

remove-monitoring.yml (398B)


      1 ---
      2 - name: Remove the legacy monitoring infrastructure
      3   hosts: all
      4   gather_facts: false
      5   any_errors_fatal: true
      6   pre_tasks:
      7     - name: Gather host facts without logging stored local secrets
      8       ansible.builtin.setup:
      9       no_log: true
     10 
     11   tasks:
     12     - name: Remove the legacy monitoring infrastructure
     13       ansible.builtin.include_role:
     14         name: monitoring
     15         tasks_from: remove