xoxys.droneci_runner_docker/molecule/centos7/molecule.yml

23 lines
500 B
YAML
Raw Normal View History

2020-06-15 21:15:20 +02:00
---
dependency:
name: galaxy
2020-09-25 10:20:52 +02:00
options:
role-file: molecule/requirements.yml
requirements-file: molecule/requirements.yml
2020-06-15 21:15:20 +02:00
driver:
name: delegated
platforms:
- name: centos7-droneci-runner-docker
region_id: fra1
image_id: centos-7-x64
size_id: s-1vcpu-1gb
lint: |
2020-09-25 10:20:52 +02:00
/usr/local/bin/flake8
2020-06-15 21:15:20 +02:00
provisioner:
name: ansible
env:
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
verifier:
name: testinfra