Robert Kaussow
7358750767
All checks were successful
continuous-integration/drone/push Build is passing
22 lines
462 B
YAML
22 lines
462 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
options:
|
|
role-file: molecule/requirements.yml
|
|
requirements-file: molecule/requirements.yml
|
|
driver:
|
|
name: delegated
|
|
platforms:
|
|
- name: centos7-postfix-relay
|
|
image: centos-7
|
|
server_type: cx11
|
|
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
|