chore: update dozzle and gitea for rebuild

This commit is contained in:
2025-10-11 22:44:44 +10:00
parent bc61753794
commit 4fa6676e91
6 changed files with 86 additions and 65 deletions

View File

@@ -1,22 +1,21 @@
---
- hosts: cloud
become: yes
roles:
- name: traefik
vars:
traefik_host: traefik01.comprofix.com
tags: traefik_install
vars:
traefik_host: "vps02.comprofix.com"
tasks:
- name: Deploy Vaultwarden
import_tasks: tasks/vaultwarden.yml
tags: vaultwarden_install
- name: Deploy traefik website
import_tasks: tasks/traefik.yml
- name: Deploy gitea
import_tasks: tasks/gitea.yml
tags: gitea_install
# - name: Deploy Vaultwarden
# import_tasks: tasks/vaultwarden.yml
# tags: vaultwarden_install
- name: Gotify
import_tasks: tasks/gotify.yml
tags: gotify_install
tags: cloud_install
# - name: Deploy gitea
# import_tasks: tasks/gitea.yml
# tags: gitea_install
# - name: Gotify
# import_tasks: tasks/gotify.yml
# tags: gotify_install