2020-10-10 08:03:50 +00:00
|
|
|
---
|
|
|
|
dependency:
|
|
|
|
name: galaxy
|
|
|
|
options:
|
|
|
|
role-file: molecule/requirements.yml
|
2020-11-29 22:13:33 +00:00
|
|
|
requirements-file: molecule/requirements.yml
|
2020-10-19 07:07:05 +00:00
|
|
|
env:
|
|
|
|
ANSIBLE_GALAXY_DISPLAY_PROGRESS: "false"
|
2020-10-10 08:03:50 +00:00
|
|
|
driver:
|
|
|
|
name: delegated
|
|
|
|
platforms:
|
|
|
|
- name: centos7-renovatebot
|
|
|
|
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}
|
2021-02-04 21:42:40 +00:00
|
|
|
log: False
|
2020-10-10 08:03:50 +00:00
|
|
|
verifier:
|
|
|
|
name: testinfra
|