Refactor filter_plugins
This commit is contained in:
parent
8ee096949d
commit
bdf1f8891b
14 changed files with 34 additions and 30 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue