Robert Kaussow
07019a9f07
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Robert Kaussow <xoxys@rknet.org> Co-committed-by: Robert Kaussow <xoxys@rknet.org>
25 lines
521 B
YAML
25 lines
521 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
options:
|
|
role-file: molecule/requirements.yml
|
|
requirements-file: molecule/requirements.yml
|
|
env:
|
|
ANSIBLE_GALAXY_DISPLAY_PROGRESS: "false"
|
|
driver:
|
|
name: delegated
|
|
platforms:
|
|
- name: rocky8-scan2mail
|
|
image: rocky-8
|
|
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}
|
|
log: False
|
|
verifier:
|
|
name: testinfra
|