xoxys.lvm/molecule/centos8/molecule.yml
Robert Kaussow 15d3b1f929
Some checks failed
continuous-integration/drone/push Build is failing
add option to attach volumes
2020-10-03 16:30:02 +02:00

23 lines
469 B
YAML

---
dependency:
name: galaxy
options:
role-file: molecule/requirements.yml
requirements-file: molecule/requirements.yml
driver:
name: delegated
platforms:
- name: centos8-lvm
image: centos-8
server_type: cx11
volume: True
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