Add a new website, desu

This commit is contained in:
Salt 2020-09-11 11:12:29 -05:00
parent 2d80d7f267
commit ab17391c0b

View File

@ -55,13 +55,19 @@
redirect_from: "9iron.club" redirect_from: "9iron.club"
redirect_to: "www.9iron.club" redirect_to: "www.9iron.club"
redirect_webroot: "/var/www/redirect" redirect_webroot: "/var/www/redirect"
tags: [ web, redirect ] tags: [ web, redirect, 9i ]
- role: gitweb - role: gitweb
vars: vars:
gitweb_repo: "https://git.9iron.club/salt/www2" gitweb_repo: "https://git.9iron.club/salt/www2"
gitweb_url: "www.9iron.club" gitweb_url: "www.9iron.club"
gitweb_webroot: "/var/www/www" 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 - role: redirect
vars: vars:
redirect_from: "otwstudios.org" redirect_from: "otwstudios.org"