-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.kitchen.yml
More file actions
41 lines (36 loc) · 816 Bytes
/
.kitchen.yml
File metadata and controls
41 lines (36 loc) · 816 Bytes
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
---
driver:
name: vagrant
provisioner:
name: ansible_playbook
hosts: localhost
require_ansible_repo: false
ansible_verbose: true
require_chef_for_busser: false
require_ruby_for_busser: false
verifier:
ruby_bindir: '/usr/bin'
platforms:
- name: 'debian_8_x64'
driver_config:
box: 'abessifi/debian-jessie-ansible'
network:
- [ 'private_network', { ip: '192.168.33.111' } ]
- name: 'centos_7_x64'
driver_config:
box: 'abessifi/centos-7.1-ansible'
network:
- [ 'private_network', { ip: '192.168.33.112' } ]
suites:
- name: default
attributes:
tags:
- install-java
- name: override-java-version
attributes:
tags:
- install-java
- name: install-oracle-jdk
attributes:
tags:
- install-java