From 8d90572c8570f7561033810a3203af3c299e5e53 Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:28 +0200 Subject: [PATCH] feat: add buckets --- production.yml | 2 ++ .../templates/vhosts/mastodon-ndfr.garage.mateu.be.conf.j2 | 1 + .../templates/vhosts/nextcloud-libertus.garage.mateu.be.conf.j2 | 1 + 3 files changed, 4 insertions(+) create mode 120000 roles/nginx/templates/vhosts/mastodon-ndfr.garage.mateu.be.conf.j2 create mode 120000 roles/nginx/templates/vhosts/nextcloud-libertus.garage.mateu.be.conf.j2 diff --git a/production.yml b/production.yml index 74bf3a1..83aa0e6 100644 --- a/production.yml +++ b/production.yml @@ -108,6 +108,8 @@ webservers: garage1.dmz.mateu.be: web_hostname: - garage.mateu.be + - mastodon-ndfr.garage.mateu.be + - nextcloud-libertus.garage.mateu.be web1.dmz.mateu.be: web_hostname: - fav.libertus.eu diff --git a/roles/nginx/templates/vhosts/mastodon-ndfr.garage.mateu.be.conf.j2 b/roles/nginx/templates/vhosts/mastodon-ndfr.garage.mateu.be.conf.j2 new file mode 120000 index 0000000..8abe5a8 --- /dev/null +++ b/roles/nginx/templates/vhosts/mastodon-ndfr.garage.mateu.be.conf.j2 @@ -0,0 +1 @@ +garage.mateu.be.conf.j2 \ No newline at end of file diff --git a/roles/nginx/templates/vhosts/nextcloud-libertus.garage.mateu.be.conf.j2 b/roles/nginx/templates/vhosts/nextcloud-libertus.garage.mateu.be.conf.j2 new file mode 120000 index 0000000..8abe5a8 --- /dev/null +++ b/roles/nginx/templates/vhosts/nextcloud-libertus.garage.mateu.be.conf.j2 @@ -0,0 +1 @@ +garage.mateu.be.conf.j2 \ No newline at end of file