This commit is contained in:
2019-05-14 17:53:35 -04:00
parent db1ddf6f47
commit 87f1cc3c24
5 changed files with 19 additions and 43 deletions

8
roles/gitea.rb Normal file
View File

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