chore: update workflow and add separate yml files for hosts
This commit is contained in:
22
cloud.yml
Normal file
22
cloud.yml
Normal 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
|
Reference in New Issue
Block a user