Add Carson's website
This commit is contained in:
parent
e2b0cafa1e
commit
bab99ac0a9
@ -66,6 +66,18 @@
|
|||||||
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 ]
|
||||||
|
- 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
|
- hosts: web1.cowfee.moe
|
||||||
roles:
|
roles:
|
||||||
- role: base-backups
|
- role: base-backups
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
allow_duplicates: no
|
allow_duplicates: yes
|
||||||
dependencies:
|
dependencies:
|
||||||
- role: apache-php
|
- role: apache-php
|
||||||
|
Loading…
Reference in New Issue
Block a user