chore: update for postgres

This commit is contained in:
2025-10-12 00:30:08 +10:00
parent 15853e9cbc
commit 52bad1a6ca
4 changed files with 25 additions and 13 deletions

View File

@@ -8,14 +8,17 @@
- name: Deploy traefik website
import_tasks: tasks/traefik.yml
# - name: Deploy Vaultwarden
# import_tasks: tasks/vaultwarden.yml
# tags: vaultwarden_install
- name: Deploy postgres website
import_tasks: tasks/postgres.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
- name: Deploy gitea
import_tasks: tasks/gitea.yml
tags: gitea_install
- name: Gotify
import_tasks: tasks/gotify.yml
tags: gotify_install