roles
This commit is contained in:
8
roles/gitea.rb
Normal file
8
roles/gitea.rb
Normal file
@ -0,0 +1,8 @@
|
||||
name :gitea
|
||||
description "A basic role"
|
||||
|
||||
run_list(
|
||||
"recipe[hosting::user]",
|
||||
"recipe[hosting::mkdir]",
|
||||
"recipe[hosting::postgress]",
|
||||
)
|
Reference in New Issue
Block a user