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"