chore: update workflow and add separate yml files for hosts

This commit is contained in:
2025-10-11 18:52:15 +10:00
parent d08ee33972
commit 21997f3c33
7 changed files with 202 additions and 202 deletions

22
cloud.yml Normal file
View File

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