-
Notifications
You must be signed in to change notification settings - Fork 1
/
.kitchen.yml
executable file
·57 lines (51 loc) · 1.43 KB
/
.kitchen.yml
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
---
driver:
name: vagrant
provisioner:
name: chef_solo
# Uncomment the following verifier to leverage Inspec instead of Busser (the
# default verifier)
# verifier:
# name: inspec
# format: doc
platforms:
- name: centos67
driver:
box: centos67
box_url: "/home/aman/stuff/bento-os/opscode_centos-6.7_chef-provisionerless.box"
network:
- ["private_network", { type: "dhcp"}]
- name: centos72
driver:
box: centos72
box_url: "/home/aman/stuff/bento-os/opscode_centos-7.2_chef-provisionerless.box"
network:
- ["private_network", { type: "dhcp"}]
- name: bsd103
driver:
box: bsd103
box_url: "/home/aman/stuff/bento-os/opscode_freebsd-10.3_chef-provisionerless.box"
network:
- ["private_network", { type: "dhcp"}]
- name: ubuntu1604
driver:
box: ubuntu1604
box_url: "/home/aman/stuff/bento-os/opscode_ubuntu-16.04_chef-provisionerless.box"
network:
- ["private_network", { type: "dhcp"}]
suites:
- name: default
run_list:
# - recipe[apf::default]
- recipe[epel::default]
- recipe[varnish::default]
# - recipe[mariadb::default]
# - recipe[mariadb::_mysqlconf]
# - recipe[nginx::default]
# - recipe[nginx::techlinux]
# - recipe[php::default]
# - recipe[yum::default]
# - recipe[cron::default]
# - recipe[yum-epel::default]
# - recipe[nginx::default]
attributes: