From ab17391c0b7c1b42a26d0bccbe7c78bef08d57af Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 11 Sep 2020 11:12:29 -0500 Subject: [PATCH] Add a new website, desu --- playbooks/webservers.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/playbooks/webservers.yml b/playbooks/webservers.yml index ed910bd..1789141 100644 --- a/playbooks/webservers.yml +++ b/playbooks/webservers.yml @@ -55,13 +55,19 @@ redirect_from: "9iron.club" redirect_to: "www.9iron.club" redirect_webroot: "/var/www/redirect" - tags: [ web, redirect ] + tags: [ web, redirect, 9i ] - role: gitweb vars: gitweb_repo: "https://git.9iron.club/salt/www2" gitweb_url: "www.9iron.club" gitweb_webroot: "/var/www/www" - tags: [ web, webroot ] + tags: [ web, webroot, 9i ] + - role: gitweb + vars: + gitweb_repo: "https://git.9iron.club/salt/desultd" + gitweb_url: "desu.ltd" + gitweb_webroot: "/var/www/desultd" + tags: [ web, webroot, desu ] - role: redirect vars: redirect_from: "otwstudios.org"