mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
fix requirements sort order
This commit is contained in:
parent
e3e2aa4fb8
commit
82504faf81
2 changed files with 7 additions and 5 deletions
|
@ -14,6 +14,7 @@
|
|||
<outline text="changedetection" title="changedetection" type="rss" htmlUrl="https://github.com/dgtlmoon/changedetection.io" xmlUrl="https://github.com/dgtlmoon/changedetection.io/releases.atom" />
|
||||
<outline text="clickhouse" title="clickhouse" type="rss" htmlUrl="https://github.com/ClickHouse/ClickHouse" xmlUrl="https://github.com/ClickHouse/ClickHouse/releases.atom" />
|
||||
<outline text="container_socket_proxy" title="container_socket_proxy" type="rss" htmlUrl="https://github.com/Tecnativa/docker-socket-proxy" xmlUrl="https://github.com/Tecnativa/docker-socket-proxy/releases.atom" />
|
||||
<outline text="docker_registry" title="docker_registry" type="rss" htmlUrl="https://github.com/distribution/distribution/" xmlUrl="https://github.com/distribution/distribution//releases.atom" />
|
||||
<outline text="docker_registry_proxy" title="docker_registry_proxy" type="rss" htmlUrl="https://gitlab.com/etke.cc/docker-registry-proxy" xmlUrl="https://gitlab.com/etke.cc/docker-registry-proxy/-/tags?format=atom" />
|
||||
<outline text="echoip" title="echoip" type="rss" htmlUrl="https://github.com/mpolden/echoip" xmlUrl="https://github.com/mpolden/echoip/releases.atom" />
|
||||
<outline text="etcd" title="etcd" type="rss" htmlUrl="https://github.com/etcd-io/etcd" xmlUrl="https://github.com/etcd-io/etcd/releases.atom" />
|
||||
|
@ -61,6 +62,7 @@
|
|||
<outline text="traefik" title="traefik" type="rss" htmlUrl="https://github.com/traefik/traefik" xmlUrl="https://github.com/traefik/traefik/releases.atom" />
|
||||
<outline text="uptime_kuma" title="uptime_kuma" type="rss" htmlUrl="https://github.com/louislam/uptime-kuma" xmlUrl="https://github.com/louislam/uptime-kuma/releases.atom" />
|
||||
<outline text="vaultwarden" title="vaultwarden" type="rss" htmlUrl="https://github.com/dani-garcia/vaultwarden" xmlUrl="https://github.com/dani-garcia/vaultwarden/releases.atom" />
|
||||
<outline text="wetty" title="wetty" type="rss" htmlUrl="https://github.com/butlerx/wetty" xmlUrl="https://github.com/butlerx/wetty/releases.atom" />
|
||||
<outline text="wg_easy" title="wg_easy" type="rss" htmlUrl="https://github.com/WeeJeWel/wg-easy" xmlUrl="https://github.com/WeeJeWel/wg-easy/releases.atom" />
|
||||
<outline text="woodpecker_ci_agent" title="woodpecker_ci_agent" type="rss" htmlUrl="https://github.com/woodpecker-ci/woodpecker" xmlUrl="https://github.com/woodpecker-ci/woodpecker/releases.atom" />
|
||||
<outline text="woodpecker_ci_server" title="woodpecker_ci_server" type="rss" htmlUrl="https://github.com/woodpecker-ci/woodpecker" xmlUrl="https://github.com/woodpecker-ci/woodpecker/releases.atom" />
|
||||
|
|
|
@ -36,10 +36,6 @@
|
|||
version: v0.45.17-0
|
||||
name: changedetection
|
||||
activation_prefix: changedetection_
|
||||
- src: git+https://github.com/spatterIight/ansible-role-wetty.git
|
||||
version: v2.5-0
|
||||
name: wetty
|
||||
activation_prefix: wetty_
|
||||
- src: git+https://gitlab.com/etke.cc/roles/cleanup.git
|
||||
version: main
|
||||
name: cleanup
|
||||
|
@ -125,7 +121,7 @@
|
|||
name: gotosocial
|
||||
activation_prefix: gotosocial_
|
||||
- src: git+https://gitlab.com/etke.cc/roles/grafana.git
|
||||
version: v10.4.1-0
|
||||
version: v10.4.1-1
|
||||
name: grafana
|
||||
activation_prefix: grafana_
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-healthchecks.git
|
||||
|
@ -352,6 +348,10 @@
|
|||
version: v1.30.5-1
|
||||
name: vaultwarden
|
||||
activation_prefix: vaultwarden_
|
||||
- src: git+https://github.com/spatterIight/ansible-role-wetty.git
|
||||
version: v2.5-0
|
||||
name: wetty
|
||||
activation_prefix: wetty_
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-wg-easy.git
|
||||
version: v7-1
|
||||
name: wg_easy
|
||||
|
|
Loading…
Reference in a new issue