30 lines
524 B
YAML
30 lines
524 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
options:
|
|
role-file: requirements.yml
|
|
driver:
|
|
name: vagrant
|
|
provider:
|
|
name: virtualbox
|
|
lint:
|
|
name: yamllint
|
|
platforms:
|
|
- name: python-pip-debian
|
|
box: debian/stretch64
|
|
- name: python-pip-fedora
|
|
box: fedora/29-cloud-base
|
|
provisioner:
|
|
name: ansible
|
|
lint:
|
|
name: ansible-lint
|
|
config_options:
|
|
defaults:
|
|
callback_plugins: /usr/lib/python2.7/site-packages/ara/plugins/callbacks
|
|
scenario:
|
|
name: vagrant
|
|
verifier:
|
|
name: goss
|
|
lint:
|
|
name: yamllint
|