mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
20 lines
282 B
YAML
20 lines
282 B
YAML
---
|
|
driver:
|
|
name: vagrant
|
|
synced_folders:
|
|
- ['../../../', '/inspec']
|
|
network:
|
|
- ['private_network', {ip: '192.168.251.2'}]
|
|
|
|
provisioner:
|
|
name: shell
|
|
|
|
verifier:
|
|
name: inspec
|
|
|
|
platforms:
|
|
- name: ubuntu-14.04
|
|
suites:
|
|
- name: default
|
|
run_list:
|
|
attributes:
|