Refactor filter_plugins

This commit is contained in:
Tobias Reisinger 2026-02-08 19:34:58 +01:00
parent 8ee096949d
commit bdf1f8891b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
14 changed files with 34 additions and 30 deletions

View file

@ -1,8 +1,8 @@
---
gatus_external_endpoints_backups: "{{ hostvars | hosts_backup_to_gatus() }}"
gatus_external_endpoints_backups: "{{ hostvars | gatus_from_hosts_backup() }}"
gatus_endpoints_hosts: "{{ opentofu.hosts | hosts_to_gatus() }}"
gatus_endpoints_services: "{{ all_services | services_to_gatus() }}"
gatus_endpoints_hosts: "{{ opentofu.hosts | gatus_from_hosts() }}"
gatus_endpoints_services: "{{ all_services | gatus_from_services() }}"
gatus_federation_tester: "https://federationtester.matrix.org/api/report?server_name=msrg.cc"