-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.kitchen.yml
37 lines (32 loc) · 832 Bytes
/
.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
---
driver:
name: <%= ENV['KITCHEN_STYLE'] || 'vagrant' %>
provisioner:
name: ansible_playbook
hosts: all
ansible_verbose: yes
ansible_verbosity: 3
# roles_path: roles
extra_vars:
nix_users: [vagrant]
# Use native ruby
chef_bootstrap_url: no
busser:
ruby_bindir: /usr/bin
platforms:
- name: ubuntu-14.04-amd64
driver:
box: trusty64
box_url: http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box
- name: ubuntu-14.04-i386
driver:
box: trusty32
box_url: http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-i386-vagrant-disk1.box
# TODO: waits for utopic in ppa:ansible/ansible
# - name: ubuntu-14.10
# driver:
# box: bunchc/utopic-x64
suites:
- name: default
run_list:
attributes: