From 0bc6affde2bda0648f50a60b37293d49ced59e64 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 23 Feb 2021 06:49:38 -0600 Subject: [PATCH] Fix otwstudios not being... there. Like at all. --- playbooks/vars/desultd-apache.yml | 7 +++++++ playbooks/vars/desultd-certbot.yml | 1 + playbooks/web.yml | 2 ++ 3 files changed, 10 insertions(+) diff --git a/playbooks/vars/desultd-apache.yml b/playbooks/vars/desultd-apache.yml index 735e554..f86ee66 100644 --- a/playbooks/vars/desultd-apache.yml +++ b/playbooks/vars/desultd-apache.yml @@ -23,6 +23,13 @@ apache_vhosts: - servername: www.9iron.club extra_parameters: | Redirect permanent / https://www.9iron.club/ + # otwstudios.org + - servername: otwstudios.org + extra_parameters: | + Redirect permanent / https://www.otwstudios.org/ + - servername: www.otwstudios.org + extra_parameters: | + Redirect permanent / https://www.otwstudios.org/ apache_vhosts_ssl: # desu.ltd - servername: desu.ltd diff --git a/playbooks/vars/desultd-certbot.yml b/playbooks/vars/desultd-certbot.yml index be6daa1..820ca51 100644 --- a/playbooks/vars/desultd-certbot.yml +++ b/playbooks/vars/desultd-certbot.yml @@ -13,3 +13,4 @@ certbot_certs: - 9iron.club - www.9iron.club - otwstudios.org + - www.otwstudios.org diff --git a/playbooks/web.yml b/playbooks/web.yml index be9c728..f22cd94 100755 --- a/playbooks/web.yml +++ b/playbooks/web.yml @@ -45,6 +45,8 @@ dest: /var/www/desu.ltd - repo: https://git.desu.ltd/salt/9iron dest: /var/www/www.9iron.club + - repo: https://git.9iron.club/KidiroInfiniti/OTW_Site + dest: /var/www/www.otwstudios.org - repo: https://git.desu.ltd/salt/gitea-custom dest: /usr/local/bin/custom tags: [ web, git ]