Add Carson's website

This commit is contained in:
Salt 2020-08-10 20:15:35 -05:00
parent e2b0cafa1e
commit bab99ac0a9
2 changed files with 13 additions and 1 deletions

View File

@ -66,6 +66,18 @@
gitweb_url: "www.9iron.club"
gitweb_webroot: "/var/www/www"
tags: [ web, webroot ]
- role: redirect
vars:
redirect_from: "otwstudios.org"
redirect_to: "www.otwstudios.org"
redirect_webroot: "/var/www/redirect"
tags: [ web, redirect, otw ]
- role: gitweb
vars:
gitweb_repo: "https://git.9iron.club/KidiroInfiniti/OTW_Site"
gitweb_url: "www.otwstudios.org"
gitweb_webroot: "/var/www/otwstudios.org"
tags: [ web, webroot, otw ]
- hosts: web1.cowfee.moe
roles:
- role: base-backups

View File

@ -1,4 +1,4 @@
---
allow_duplicates: no
allow_duplicates: yes
dependencies:
- role: apache-php