xoxys.lvm/molecule/centos8/molecule.yml

20 lines
366 B
YAML
Raw Normal View History

2020-01-26 15:42:22 +01:00
---
dependency:
name: galaxy
driver:
2020-02-21 00:46:35 +01:00
name: delegated
2020-01-26 15:42:22 +01:00
platforms:
- name: centos8-lvm
region_id: fra1
image_id: centos-8-x64
size_id: s-1vcpu-1gb
2020-03-21 14:12:15 +01:00
lint: |
2020-03-21 16:33:21 +01:00
flake8
2020-01-26 15:42:22 +01:00
provisioner:
name: ansible
2020-03-21 19:02:56 +01:00
env:
ANSIBLE_FILTER_PLUGINS: ${ANSIBLE_FILTER_PLUGINS:-./plugins/filter}
ANSIBLE_LIBRARY: ${ANSIBLE_LIBRARY:-./library}
2020-01-26 15:42:22 +01:00
verifier:
name: testinfra