34 lines
647 B
YAML
34 lines
647 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
options:
|
|
role-file: requirements.yml
|
|
lint:
|
|
name: yamllint
|
|
driver:
|
|
name: vagrant
|
|
provider:
|
|
name: virtualbox
|
|
platforms:
|
|
- name: investigate-debian
|
|
box: debian/stretch64
|
|
- name: investigate-fedora
|
|
box: fedora/30-cloud-base
|
|
provisioner:
|
|
name: ansible
|
|
playbooks:
|
|
prepare: ../resources/prepare.yml
|
|
converge: ../resources/playbook.yml
|
|
lint:
|
|
name: ansible-lint
|
|
options:
|
|
exclude:
|
|
- meta/version.yml
|
|
- meta/exception.yml
|
|
inventory:
|
|
host_vars:
|
|
investigate-fedora:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
scenario:
|
|
name: vagrant
|