xoxys.droneci_autoscaler/molecule/centos7/molecule.yml

22 lines
467 B
YAML
Raw Normal View History

2020-09-30 21:56:00 +02:00
---
dependency:
name: galaxy
options:
role-file: molecule/requirements.yml
requirements-file: molecule/requirements.yml
driver:
name: delegated
platforms:
- name: centos7-droneci-autoscaler
2020-10-02 09:32:18 +02:00
image: centos-7
server_type: cx11
2020-09-30 21:56:00 +02:00
lint: |
/usr/local/bin/flake8
provisioner:
name: ansible
env:
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
verifier:
name: testinfra