This commit is contained in:
2020-05-03 18:22:51 -04:00
commit 8dc0e946b1
98 changed files with 19301 additions and 0 deletions

14
ops/roles/common.rb Normal file
View File

@ -0,0 +1,14 @@
name :common
description "A basic role"
run_list(
"recipe[app]",
# "recipe[t42-common::postgres]",
"recipe[t42-common::redis]",
"recipe[t42-common::python]",
"recipe[t42-common::nodejs]",
# "recipe[t42-common::apache]",
# "recipe[t42-common::openresty]",
# "recipe[t42-common::php]",
# "recipe[t42-common::mysql]",
)