-
Notifications
You must be signed in to change notification settings - Fork 1
/
vagrant.json
66 lines (66 loc) · 1.53 KB
/
vagrant.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "vagrant",
"description": "",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
"wordpress_opsworks": {
"default_plugins":[
"wordfence",
"LayerSlider",
"gravityforms",
"wp-rss-aggregator",
"revslider",
"revision-control",
"sucuri-scanner",
"fusion-core"
],
"default_themes":["Avada"],
"uploads_archive":"wpagency-uploads-20150415.tar.bz2",
"content_dir":"/srv/www/wp-content/current",
"mysql": {
"host":"127.0.0.1",
"username":"root",
"password":"",
"schema_file":"wpagency-20150411.sql.bz2",
"schema_file2":"/vagrant/cache/wordpress_lubbock.sql.bz2"
},
"vhosts": {
"wpagency.galaxydigital.com": {
"siteurl":"http://wpagency.galaxydigital.com/",
"home":"http://wpagency.galaxydigital.com/",
"debug":true,
"copy_themes":false,
"sftp_username":"test",
"sftp_password":"test"
},
"www.volunteerlubbock.org": {
"themes":["vcl"],
"plugins":["akismet"]
},
"one.wp.site": {
"siteurl":"http://one.wp.site/wordpress/",
"home":"http://one.wp.site/",
"debug":true,
"copy_themes":false,
"sftp_username":"test",
"sftp_password":"test"
},
"two.wp.site": {
"action":"delete"
}
}
}
},
"chef_type": "role",
"run_list": [
"apt",
"wordpress-opsworks",
"wordpress-opsworks::vagrant",
"wordpress-opsworks::setup_wordpress",
"wordpress-opsworks::setup_vhosts"
],
"env_run_lists": {
}
}