Move emgauwa.app to separate service

This commit is contained in:
Tobias Reisinger 2026-07-19 00:40:49 +02:00
commit 7388a6e688
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
6 changed files with 55 additions and 3 deletions

View file

@ -0,0 +1,11 @@
---
- name: Set common facts
ansible.builtin.import_tasks: tasks/set-default-facts.yml
- name: Deploy {{ service_name }}
vars:
svc: "{{ emgauwa_website_svc }}"
block:
- name: Import tasks to template the site for the reverse proxy
ansible.builtin.include_tasks: tasks/steps/template-site-config.yml
when: svc.domain is defined