vpn-p2p/ops/roles/common.rb

13 lines
312 B
Ruby

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