27 lines
482 B
YAML
27 lines
482 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
options:
|
|
role-file: requirements.yml
|
|
lint:
|
|
name: yamllint
|
|
driver:
|
|
name: docker
|
|
platforms:
|
|
- name: common-ubuntu-rolling
|
|
image: ubuntu:rolling
|
|
pre_build_image: yes
|
|
provisioner:
|
|
name: ansible
|
|
playbooks:
|
|
prepare: ../resources/prepare.yml
|
|
converge: ../resources/playbook.yml
|
|
lint:
|
|
name: ansible-lint
|
|
options:
|
|
exclude:
|
|
- meta/version.yml
|
|
- meta/exception.yml
|
|
scenario:
|
|
name: ubuntu-rolling
|