-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.kitchen.yml
More file actions
45 lines (40 loc) · 842 Bytes
/
.kitchen.yml
File metadata and controls
45 lines (40 loc) · 842 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
42
43
44
45
---
driver:
name: docker
use_sudo: false
ssh:
pty: true
provisioner:
name: ansible_playbook
roles_path: roles
hosts: localhost
ansible_version: latest
ansible_verbose: true
ansible_verbosity: 4
require_ansible_repo: true
require_chef_for_busser: false
require_ruby_for_busser: true
private_key: spec/insecure_key/insecure_key
ansible_host_key_checking: false
ansible_connection: ssh
platforms:
- name: ubuntu-14.04
driver:
image: ubuntu:14.04
platform: ubuntu
instance_name: ansible
publish_all: true
verifier:
name: busser
plugin:
- Ansiblespec
ruby_bindir: '/usr/bin'
suites:
- name: opsboy
driver_config:
hostname: ansible.openresty.dev
# - name: opsboy
# excludes:
# - ansible
# driver_config:
# hostname: opsboy.openresty.dev