This commit is contained in:
2019-05-20 01:39:19 -04:00
parent 977318fbe4
commit 8b69ba10a7
50 changed files with 11 additions and 11 deletions

5
ops/app.json Normal file
View File

@ -0,0 +1,5 @@
{
"run_list": [
"role[app]"
]
}

View File

@ -1,4 +1,4 @@
name 'hosting'
name 'app'
maintainer 'The Authors'
maintainer_email 'you@example.com'
license 'All Rights Reserved'

View File

@ -1,3 +0,0 @@
{
"run_list": [ "role[gitea]"]
}

View File

@ -1,4 +1,4 @@
name :gitea
name :app
description "A basic role"
run_list(
@ -7,6 +7,4 @@ run_list(
"recipe[hosting::postgress]",
"recipe[hosting::gitea]",
"recipe[hosting::nginx]",
)
)