better directory struct

This commit is contained in:
2019-05-16 14:14:42 -04:00
parent b49dfa915e
commit 977318fbe4
71 changed files with 33 additions and 11 deletions

12
ops/roles/gitea.rb Normal file
View File

@ -0,0 +1,12 @@
name :gitea
description "A basic role"
run_list(
"recipe[hosting::user]",
"recipe[hosting::mkdir]",
"recipe[hosting::postgress]",
"recipe[hosting::gitea]",
"recipe[hosting::nginx]",
)