??
This commit is contained in:
5
ops/app.json
Normal file
5
ops/app.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"run_list": [
|
||||
"role[app]"
|
||||
]
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
name 'hosting'
|
||||
name 'app'
|
||||
maintainer 'The Authors'
|
||||
maintainer_email 'you@example.com'
|
||||
license 'All Rights Reserved'
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"run_list": [ "role[gitea]"]
|
||||
}
|
@ -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]",
|
||||
|
||||
|
||||
)
|
||||
)
|
Reference in New Issue
Block a user