Robert Kaussow
93a977c4de
All checks were successful
continuous-integration/drone/push Build is passing
23 lines
482 B
YAML
23 lines
482 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
options:
|
|
role-file: molecule/requirements.yml
|
|
requirements-file: molecule/requirements.yml
|
|
driver:
|
|
name: delegated
|
|
platforms:
|
|
- name: centos8-smb
|
|
region_id: fra1
|
|
image_id: centos-8-x64
|
|
size_id: s-1vcpu-1gb
|
|
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
|