57 lines
1.7 KiB
YAML
57 lines
1.7 KiB
YAML
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-config-schema.json
|
|
variables:
|
|
tag_name: ""
|
|
github:
|
|
- name: "alertmanager"
|
|
api_url: "https://api.github.com/repos/prometheus/alertmanager/releases/latest"
|
|
search: "linux-arm64.tar.gz$"
|
|
bin_file: ""
|
|
os_family: "linux"
|
|
architecture: "arm64"
|
|
|
|
- name: "coredns"
|
|
api_url: "https://api.github.com/repos/coredns/coredns/releases/latest"
|
|
search: "linux_arm64.tgz$"
|
|
bin_file: ""
|
|
os_family: "linux"
|
|
architecture: "arm64"
|
|
|
|
- name: "nodeexporter"
|
|
api_url: "https://api.github.com/repos/prometheus/node_exporter/releases/latest"
|
|
search: "linux-arm64.tar.gz$"
|
|
bin_file: ""
|
|
os_family: "linux"
|
|
architecture: "arm64"
|
|
|
|
- name: "prometheus"
|
|
api_url: "https://api.github.com/repos/prometheus/prometheus/releases/latest"
|
|
search: "linux-arm64.tar.gz$"
|
|
bin_file: ""
|
|
os_family: "linux"
|
|
architecture: "arm64"
|
|
|
|
- name: "traefik"
|
|
api_url: "https://api.github.com/repos/traefik/traefik/releases/latest"
|
|
search: "linux_arm64.tar.gz$"
|
|
bin_file: ""
|
|
os_family: "linux"
|
|
architecture: "arm64"
|
|
|
|
- name: "ttyd"
|
|
api_url: "https://api.github.com/repos/tsl0922/ttyd/releases/latest"
|
|
search: "ttyd.arm$"
|
|
bin_file: "ttyd"
|
|
os_family: "linux"
|
|
architecture: "arm64"
|
|
|
|
- name: "git"
|
|
api_url: "https://api.github.com/repos/go-gitea/gitea/releases/latest"
|
|
health_url: "https://git.jesof.ch/api/healthz"
|
|
search: "linux-arm64$"
|
|
bin_file: "gitea"
|
|
os_family: "linux"
|
|
architecture: "arm64"
|
|
|
|
orchestra:
|
|
- role: "minio"
|