This commit is contained in:
9
main.yml
9
main.yml
@@ -6,6 +6,9 @@
|
|||||||
server: "bear"
|
server: "bear"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Deploy Tinyauth
|
||||||
|
import_tasks: tasks/tinyauth.yml
|
||||||
|
tags: tinyauth_deploy
|
||||||
- name: Deploy Postgres
|
- name: Deploy Postgres
|
||||||
import_tasks: tasks/postgres.yml
|
import_tasks: tasks/postgres.yml
|
||||||
tags: postgres_deploy
|
tags: postgres_deploy
|
||||||
@@ -27,9 +30,6 @@
|
|||||||
- name: Deploy Homebridge
|
- name: Deploy Homebridge
|
||||||
import_tasks: tasks/homebridge.yml
|
import_tasks: tasks/homebridge.yml
|
||||||
tags: homebridge_deploy
|
tags: homebridge_deploy
|
||||||
- name: Deploy Tinyauth
|
|
||||||
import_tasks: tasks/tinyauth.yml
|
|
||||||
tags: tinyauth_deploy
|
|
||||||
- name: Deploy Code Server
|
- name: Deploy Code Server
|
||||||
import_tasks: tasks/codeserver.yml
|
import_tasks: tasks/codeserver.yml
|
||||||
tags: codeserver_deploy
|
tags: codeserver_deploy
|
||||||
@@ -60,9 +60,6 @@
|
|||||||
- name: Deploy NZBGet
|
- name: Deploy NZBGet
|
||||||
import_tasks: tasks/nzbget.yml
|
import_tasks: tasks/nzbget.yml
|
||||||
tags: nzbget_deploy
|
tags: nzbget_deploy
|
||||||
- name: Deploy Gitea Runner
|
|
||||||
import_tasks: tasks/runner.yml
|
|
||||||
tags: runner_deploy
|
|
||||||
- name: Deploy Uptime Kuma
|
- name: Deploy Uptime Kuma
|
||||||
import_tasks: tasks/uptime-kuma.yml
|
import_tasks: tasks/uptime-kuma.yml
|
||||||
tags: uptime-kuma_deploy
|
tags: uptime-kuma_deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user