]> git.openstreetmap.org Git - chef.git/blob - .kitchen.yml
Publish MTA-STS policy for mail domains
[chef.git] / .kitchen.yml
1 ---
2 driver:
3   name: vagrant
4   provision: true
5   vagrantfiles:
6     - .kitchen.provision.rb
7
8 provisioner:
9   name: chef_zero
10   product_name: chef
11   product_version: 14
12   data_bags_path: test/data_bags
13
14 platforms:
15   - name: ubuntu-18.04
16
17 suites:
18   - name: accounts
19     run_list:
20       - recipe[accounts::default]
21   - name: apache
22     run_list:
23       - recipe[apache::default]
24   - name: apt
25     run_list:
26       - recipe[apt::default]
27   - name: bind
28     run_list:
29       - recipe[bind::default]
30   - name: blogs
31     run_list:
32       - recipe[accounts::default]
33       - recipe[blogs::default]
34   - name: forum
35     run_list:
36       - recipe[accounts::default]
37       - role[forum]
38   - name: letsencrypt
39     run_list:
40       - recipe[accounts::default]
41       - recipe[apt::default]
42       - role[letsencrypt]
43     attributes:
44       apt:
45         sources:
46           - openstreetmap
47   - name: munin
48     run_list:
49       - recipe[munin::default]
50   - name: munin-server
51     run_list:
52       - recipe[munin::server]
53   - name: mysql
54     run_list:
55       - recipe[mysql::default]
56   - name: networking
57     run_list:
58       - recipe[networking::default]
59   - name: otrs
60     run_list:
61       - recipe[accounts::default]
62       - recipe[chef::default]
63       - role[otrs]
64   - name: python
65     run_list:
66       - recipe[python::default]
67   - name: tools
68     run_list:
69       - recipe[tools::default]