-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.kitchen.yml
More file actions
47 lines (44 loc) · 1.04 KB
/
.kitchen.yml
File metadata and controls
47 lines (44 loc) · 1.04 KB
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
---
driver:
name: vagrant
provisioner:
name: chef_solo
solo_rb:
ssl_verify_mode: verify_peer
platforms:
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[apt]
- recipe[git-ppa]
- recipe[percona::server]
- recipe[percona::backup]
- recipe[postgresql::server]
- recipe[php5-ppa]
- recipe[nginx]
- recipe[nginx::server]
- recipe[hhvm]
- recipe[redis::server]
- recipe[composer]
- recipe[phpcs]
- recipe[java]
- recipe[runit]
- recipe[logstash::server]
- recipe[kibana_lwrp::install]
- recipe[cakebox]
attributes:
percona:
"apt_keyserver": "pool.sks-keyservers.net"
"server":
"root_password": secret
"bind_address": 0.0.0.0
"character_set": utf8
"collation": utf8_unicode_ci
nginx:
"repository": ppa
"skip_default_site": true
cakebox:
databases:
remote_username: kitchen-user
remote_password: kitchen-pass