vagrant conf, first pass
This commit is contained in:
parent
d78b715687
commit
4fb554add5
20
Vagrantfile
vendored
20
Vagrantfile
vendored
@ -93,22 +93,22 @@ Vagrant.configure("2") do |config|
|
|||||||
chef.json = {
|
chef.json = {
|
||||||
'working-dir': '/vagrant',
|
'working-dir': '/vagrant',
|
||||||
'app': {
|
'app': {
|
||||||
'name': 'change_me',
|
'name': 'proxy',
|
||||||
'domain': 'localhost',
|
'domain': 'localhost',
|
||||||
},
|
},
|
||||||
# 'nodejs': {
|
'nodejs': {
|
||||||
# 'working-dir': 'node_rtc',
|
'working-dir': 'nodejs',
|
||||||
# 'port': '8001'
|
'port': '8001'
|
||||||
# },
|
},
|
||||||
|
'redis':{
|
||||||
|
'unix': {
|
||||||
|
'perm': '777'
|
||||||
|
}
|
||||||
|
},
|
||||||
# 'python': {
|
# 'python': {
|
||||||
# 'working-dir': 'django',
|
# 'working-dir': 'django',
|
||||||
# },
|
# },
|
||||||
# 'db':{},
|
# 'db':{},
|
||||||
# 'redis':{
|
|
||||||
# 'unix': {
|
|
||||||
# 'perm': '777'
|
|
||||||
# }
|
|
||||||
# },
|
|
||||||
# 'django': {
|
# 'django': {
|
||||||
# 'settings_path': 'project/settings',
|
# 'settings_path': 'project/settings',
|
||||||
# 'email': {
|
# 'email': {
|
||||||
|
@ -3,11 +3,11 @@ description "A basic role"
|
|||||||
|
|
||||||
run_list(
|
run_list(
|
||||||
# "recipe[t42-common::postgres]",
|
# "recipe[t42-common::postgres]",
|
||||||
# "recipe[t42-common::redis]",
|
"recipe[t42-common::redis]",
|
||||||
# "recipe[t42-common::nodejs]",
|
"recipe[t42-common::nodejs]",
|
||||||
# "recipe[t42-common::python]",
|
# "recipe[t42-common::python]",
|
||||||
"recipe[t42-common::apache]",
|
# "recipe[t42-common::apache]",
|
||||||
# "recipe[t42-common::openresty]",
|
# "recipe[t42-common::openresty]",
|
||||||
"recipe[t42-common::php]",
|
# "recipe[t42-common::php]",
|
||||||
"recipe[t42-common::mysql]",
|
# "recipe[t42-common::mysql]",
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user